@vcmap/ui 5.0.0-rc.23 → 5.0.0-rc.25
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 +36 -18
- package/app.config.json +2 -4
- package/build/.eslintrc +3 -0
- package/build/build.js +302 -174
- package/build/buildCesium.js +32 -19
- package/build/buildHelpers.js +267 -94
- package/build/buildPreview.js +7 -4
- package/build/bundle.js +56 -0
- package/build/commonViteConfig.js +2 -4
- 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 +16 -44
- package/config/base.config.json +100 -248
- package/config/codes.config.json +3 -1
- package/config/dev.config.json +34 -14
- package/config/graphFeatureInfo.config.json +55 -16
- package/config/projects.config.json +5 -2
- package/config/www.config.json +174 -333
- package/dist/assets/@mdi/font/LICENSE +20 -0
- package/dist/assets/@mdi/font/css/materialdesignicons.css.map +16 -0
- package/dist/assets/@mdi/font/css/materialdesignicons.min.e3f476.css +3 -0
- package/dist/assets/@mdi/font/fonts/materialdesignicons-webfont.woff2 +0 -0
- 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-4140c51f.js} +3 -3
- package/dist/assets/cesium/Workers/{BoundingRectangle-be5924f4.js → BoundingRectangle-c714b156.js} +18 -18
- package/dist/assets/cesium/Workers/{BoxGeometry-12eeccaf.js → BoxGeometry-6f3da43d.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-8a565ff2.js} +63 -63
- package/dist/assets/cesium/Workers/{ComponentDatatype-f7b11d02.js → ComponentDatatype-cf1fa08e.js} +16 -16
- package/dist/assets/cesium/Workers/{CoplanarPolygonGeometryLibrary-3272c1b3.js → CoplanarPolygonGeometryLibrary-4b4d4096.js} +1 -1
- package/dist/assets/cesium/Workers/{CorridorGeometryLibrary-0170e093.js → CorridorGeometryLibrary-7b94502b.js} +1 -1
- package/dist/assets/cesium/Workers/{CylinderGeometry-7c5da648.js → CylinderGeometry-ca070b87.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-122e51fa.js} +20 -20
- package/dist/assets/cesium/Workers/{EllipseGeometryLibrary-2939e1dc.js → EllipseGeometryLibrary-4d326efc.js} +1 -1
- package/dist/assets/cesium/Workers/{EllipseOutlineGeometry-8b50870f.js → EllipseOutlineGeometry-16cc2bd7.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-cb148ca2.js} +14 -14
- package/dist/assets/cesium/Workers/{EllipsoidOutlineGeometry-eff247c8.js → EllipsoidOutlineGeometry-0fa10c79.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-6dd1b7af.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-ee73037c.js} +139 -111
- package/dist/assets/cesium/Workers/{GeometryAttribute-7d6f1732.js → GeometryAttribute-ff5b4fb1.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-1f8fbf05.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-70d39ba9.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-159cf1d6.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-076a5d25.js} +6 -6
- package/dist/assets/cesium/Workers/PolygonPipeline-b9f2810a.js +1344 -0
- package/dist/assets/cesium/Workers/{PolylinePipeline-32f36d2a.js → PolylinePipeline-639192e0.js} +16 -16
- package/dist/assets/cesium/Workers/{PolylineVolumeGeometryLibrary-a510d657.js → PolylineVolumeGeometryLibrary-b73549fb.js} +7 -7
- package/dist/assets/cesium/Workers/{PrimitivePipeline-ba38434a.js → PrimitivePipeline-10ede1b6.js} +6 -6
- package/dist/assets/cesium/Workers/{RectangleGeometryLibrary-bdba697e.js → RectangleGeometryLibrary-c35a7356.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-668d242f.js} +30 -30
- package/dist/assets/cesium/Workers/Transforms-a2a85221.js +14712 -0
- package/dist/assets/cesium/Workers/{VertexFormat-6b480673.js → VertexFormat-030f11ff.js} +14 -14
- package/dist/assets/cesium/Workers/{WallGeometryLibrary-919eed92.js → WallGeometryLibrary-1938bf0d.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.166f91.js → cesium.1457fa.js} +155448 -127152
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/core.47836f.js +19060 -0
- package/dist/assets/core.js +1 -1
- package/dist/assets/index-bb372634.js +1 -0
- package/dist/assets/{ol.d2cba3.js → ol.9e4d23.js} +28380 -13095
- package/dist/assets/ol.js +1 -1
- package/dist/assets/ui.6ed89d.css +5 -0
- package/dist/assets/ui.6ed89d.js +13461 -0
- package/dist/assets/ui.js +1 -1
- package/dist/assets/{vue.5d00e9.js → vue.7327e4.js} +834 -598
- package/dist/assets/vue.js +2 -2
- package/dist/assets/{vuetify.2f1432.css → vuetify.d2131d.css} +2 -2
- package/dist/assets/{vuetify.2f1432.js → vuetify.d2131d.js} +343 -103
- package/dist/assets/vuetify.js +2 -2
- package/dist/index.html +28 -7
- package/index.html +35 -7
- package/index.js +82 -17
- package/lib/cesium.js +1 -1
- package/lib/core.js +1 -1
- package/lib/olLib.js +19 -16
- package/lib/ui.js +1 -1
- package/lib/vue.js +2 -2
- package/lib/vuetify.js +2 -2
- package/package.json +29 -19
- package/plugins/.eslintrc +9 -0
- package/plugins/@vcmap/create-link/fallbackCreateLink.vue +13 -11
- package/plugins/@vcmap/create-link/index.js +15 -6
- package/plugins/@vcmap/project-selector/ModulesListComponent.vue +4 -8
- package/plugins/@vcmap/project-selector/ProjectSelectorComponent.vue +5 -10
- package/plugins/@vcmap/project-selector/README.md +4 -2
- package/plugins/@vcmap/project-selector/config.json +13 -13
- package/plugins/@vcmap/project-selector/de.json +2 -2
- package/plugins/@vcmap/project-selector/en.json +2 -2
- package/plugins/@vcmap/project-selector/index.js +63 -28
- 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/README.md +2 -1
- package/plugins/@vcmap-show-case/buttons-example/ButtonsExample.vue +87 -46
- package/plugins/@vcmap-show-case/buttons-example/index.js +10 -8
- package/plugins/@vcmap-show-case/category-tester/CategoriesExample.vue +135 -0
- package/plugins/@vcmap-show-case/category-tester/CollectionComponentOptions.vue +209 -0
- package/plugins/@vcmap-show-case/category-tester/index.js +28 -4
- package/plugins/@vcmap-show-case/collection-manager-example/CollectionManagerExample.vue +182 -0
- package/plugins/@vcmap-show-case/collection-manager-example/README.md +3 -0
- package/plugins/@vcmap-show-case/collection-manager-example/index.js +74 -0
- package/plugins/@vcmap-show-case/collection-manager-example/package.json +5 -0
- package/plugins/@vcmap-show-case/config-editor/{editor.vue → ConfigEditor.vue} +20 -24
- 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 +109 -121
- 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 +41 -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/switch-map-callback-example/README.md +21 -0
- package/plugins/@vcmap-show-case/switch-map-callback-example/SwitchMapCallback.js +47 -0
- package/plugins/@vcmap-show-case/switch-map-callback-example/config.json +3 -0
- package/plugins/@vcmap-show-case/switch-map-callback-example/index.js +34 -0
- package/plugins/@vcmap-show-case/switch-map-callback-example/package.json +5 -0
- package/plugins/@vcmap-show-case/table-example/DataTableExample.vue +22 -42
- package/plugins/@vcmap-show-case/table-example/index.js +10 -8
- 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/plugins/package.json +3 -1
- package/public/assets/@mdi/font/LICENSE +20 -0
- package/public/assets/@mdi/font/css/materialdesignicons.css.map +16 -0
- package/public/assets/@mdi/font/css/materialdesignicons.min.css +3 -0
- package/public/assets/@mdi/font/fonts/materialdesignicons-webfont.woff2 +0 -0
- package/public/assets/favicon-128.png +0 -0
- package/public/assets/favicon-180.png +0 -0
- package/public/assets/favicon-192.png +0 -0
- package/public/assets/favicon-32.png +0 -0
- package/public/assets/logo-mobile.svg +9 -0
- package/public/assets/logo.svg +26 -0
- package/src/actions/actionHelper.js +49 -11
- package/src/actions/styleSelector.vue +20 -11
- package/src/application/VcsApp.vue +151 -85
- package/src/application/VcsAttributions.vue +25 -11
- package/src/application/VcsAttributionsFooter.vue +12 -10
- package/src/application/VcsMap.vue +9 -5
- package/src/application/VcsNavbar.vue +58 -36
- package/src/application/VcsSettings.vue +5 -12
- package/src/application/attributionsHelper.js +23 -11
- package/src/application/vcsAppWrapper.vue +1 -3
- package/src/callback/activateLayersCallback.js +54 -0
- package/src/callback/applyLayerStyleCallback.js +63 -0
- package/src/callback/deactivateLayersCallback.js +54 -0
- package/src/callback/goToViewpointCallback.js +54 -0
- package/src/callback/vcsCallback.js +66 -0
- package/src/components/buttons/VcsActionButtonList.vue +43 -22
- package/src/components/buttons/VcsButton.vue +50 -116
- package/src/components/buttons/VcsFormButton.vue +178 -0
- package/src/components/buttons/VcsToolButton.vue +161 -0
- package/src/components/form-inputs-controls/VcsCheckbox.vue +6 -7
- package/src/components/form-inputs-controls/VcsDatePicker.vue +66 -21
- package/src/components/form-inputs-controls/VcsFormSection.vue +11 -13
- 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 +32 -15
- package/src/components/form-inputs-controls/VcsSlider.vue +72 -0
- package/src/components/form-inputs-controls/VcsTextArea.vue +21 -14
- package/src/components/form-inputs-controls/VcsTextField.vue +43 -18
- package/src/components/form-inputs-controls/VcsWizard.vue +79 -80
- package/src/components/form-inputs-controls/VcsWizardStep.vue +20 -21
- 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 +13 -3
- 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 +211 -100
- package/src/components/lists/VcsTreeview.vue +30 -26
- package/src/components/lists/VcsTreeviewLeaf.vue +23 -23
- 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 +107 -97
- package/src/components/tables/VcsTable.vue +38 -30
- package/src/contentTree/LayerTree.vue +17 -12
- package/src/contentTree/contentTreeCollection.js +49 -23
- package/src/contentTree/contentTreeItem.js +58 -17
- package/src/contentTree/groupContentTreeItem.js +45 -22
- package/src/contentTree/layerContentTreeItem.js +40 -28
- package/src/contentTree/layerGroupContentTreeItem.js +51 -39
- package/src/contentTree/nodeContentTreeItem.js +18 -7
- package/src/contentTree/obliqueCollectionContentTreeItem.js +49 -20
- package/src/contentTree/subContentTreeItem.js +13 -4
- package/src/contentTree/vcsObjectContentTreeItem.js +24 -15
- package/src/contentTree/viewpointContentTreeItem.js +20 -6
- package/src/downloadHelper.js +4 -1
- package/src/featureInfo/AddressBalloonComponent.vue +11 -16
- package/src/featureInfo/BalloonComponent.vue +35 -27
- package/src/featureInfo/abstractFeatureInfoView.js +45 -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 +102 -73
- 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 +5 -2
- package/src/i18n/en.js +5 -2
- package/src/i18n/i18nCollection.js +182 -155
- package/src/init.js +121 -121
- package/src/legend/legendHelper.js +11 -6
- package/src/legend/styleLegendItem.vue +18 -12
- package/src/legend/vcsLegend.vue +16 -18
- package/src/manager/buttonManager.js +21 -3
- package/src/manager/collectionManager/CollectionComponent.vue +142 -0
- package/src/manager/collectionManager/CollectionComponentList.vue +62 -0
- package/src/manager/collectionManager/CollectionComponentProvider.vue +38 -0
- package/src/manager/collectionManager/CollectionManager.vue +43 -0
- package/src/manager/collectionManager/categoryManager.js +83 -0
- package/src/manager/collectionManager/collectionComponent.js +453 -0
- package/src/manager/collectionManager/collectionManager.js +432 -0
- 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 +19 -11
- package/src/manager/toolbox/GroupToolboxComponent.vue +27 -28
- package/src/manager/toolbox/SelectToolboxComponent.vue +42 -44
- package/src/manager/toolbox/ToolboxManager.vue +22 -15
- package/src/manager/toolbox/toolboxManager.js +30 -12
- package/src/manager/window/WindowComponent.vue +18 -21
- package/src/manager/window/WindowComponentHeader.vue +34 -30
- package/src/manager/window/WindowManager.vue +33 -22
- package/src/manager/window/windowHelper.js +79 -23
- package/src/manager/window/windowManager.js +61 -32
- package/src/navigation/mapNavCompass.vue +17 -3
- package/src/navigation/mapNavigation.vue +93 -48
- package/src/navigation/obliqueRotation.vue +6 -8
- package/src/navigation/orientationToolsButton.vue +6 -9
- package/src/navigation/overviewMap.js +79 -42
- 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 +16 -17
- package/src/notifier/notifier.js +22 -13
- package/src/notifier/notifierComponent.vue +21 -22
- package/src/pluginHelper.js +28 -9
- package/src/search/resultItem.vue +10 -16
- package/src/search/resultsComponent.vue +30 -24
- package/src/search/search.js +36 -19
- package/src/search/searchComponent.vue +27 -19
- package/src/setup.js +9 -9
- package/src/state.js +22 -6
- package/src/styles/_theming.scss +2 -2
- package/src/styles/_typography.scss +2 -3
- package/src/styles/main.scss +8 -0
- 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 +2 -22
- package/src/styles/vcsGrid.scss +9 -0
- package/src/uiConfig.js +3 -1
- package/src/vcsUiApp.js +227 -66
- package/src/vuePlugins/i18n.js +22 -23
- package/src/vuePlugins/vuetify.js +4 -1
- package/dist/assets/cesium/Workers/PolygonPipeline-844aab0a.js +0 -1345
- package/dist/assets/cesium/Workers/Transforms-40229881.js +0 -14696
- package/dist/assets/core.9342a1.js +0 -18431
- package/dist/assets/index.fd041928.js +0 -1
- package/dist/assets/ui.c27597.css +0 -5
- package/dist/assets/ui.c27597.js +0 -17799
- package/plugins/@vcmap-show-case/category-tester/Categories.vue +0 -264
- package/plugins/@vcmap-show-case/category-tester/Category.vue +0 -144
- package/src/manager/categoryManager/CategoryComponent.vue +0 -124
- package/src/manager/categoryManager/CategoryComponentList.vue +0 -57
- package/src/manager/categoryManager/CategoryManager.vue +0 -48
- package/src/manager/categoryManager/categoryManager.js +0 -588
- package/start.js +0 -9
- /package/dist/assets/cesium/Workers/{GeometryOffsetAttribute-04332ce7.js → GeometryOffsetAttribute-9ad0019c.js} +0 -0
- /package/{src/assets/favicon-128.png → dist/assets/favicon-128.4c4ce5.png} +0 -0
- /package/{src/assets/favicon-180.png → dist/assets/favicon-180.5b99c0.png} +0 -0
- /package/{src/assets/favicon-192.png → dist/assets/favicon-192.0e205e.png} +0 -0
- /package/{src/assets/favicon-32.png → dist/assets/favicon-32.6b9add.png} +0 -0
- /package/dist/assets/{favicon.decf54cc.svg → favicon.d5ec97.svg} +0 -0
- /package/dist/assets/font/{TitilliumWeb-Regular.woff2 → TitilliumWeb-Regular.9ca076.woff2} +0 -0
- /package/{src/assets/logo-mobile.svg → dist/assets/logo-mobile.2d10a6.svg} +0 -0
- /package/{src/assets/logo.svg → dist/assets/logo.27089a.svg} +0 -0
- /package/{src → public}/assets/favicon.svg +0 -0
- /package/{src → public}/assets/font/OFL.txt +0 -0
- /package/{src → public}/assets/font/TitilliumWeb-Regular.woff2 +0 -0
@@ -1,7 +1,13 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="icon-colors"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16 16"
|
10
|
+
>
|
5
11
|
<g id="color-swatch">
|
6
12
|
<path
|
7
13
|
id="color-swatch-2"
|
@@ -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="25"
|
7
|
+
height="24"
|
8
|
+
viewBox="0 0 25 24"
|
9
|
+
>
|
5
10
|
<g id="icon_24_comment" transform="translate(0.5)">
|
6
11
|
<path
|
7
12
|
id="Union_51"
|
@@ -1,8 +1,26 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
6
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-oblique-panels"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16 16"
|
10
|
+
>
|
11
|
+
<rect
|
12
|
+
id="size"
|
13
|
+
width="16"
|
14
|
+
height="16"
|
15
|
+
transform="translate(0 0)"
|
16
|
+
fill="none"
|
17
|
+
/>
|
18
|
+
<path
|
19
|
+
id="Path_217"
|
20
|
+
data-name="Path 217"
|
21
|
+
d="M8,0a8,8,0,1,0,8,8A8,8,0,0,0,8,0Zm2.219,9.772a.333.333,0,0,1-.447.447L8.149,9.408a.333.333,0,0,0-.3,0l-1.623.811a.333.333,0,0,1-.447-.447l.811-1.623a.333.333,0,0,0,0-.3L5.781,6.228a.333.333,0,0,1,.447-.447l1.623.811a.333.333,0,0,0,.3,0l1.623-.811a.333.333,0,0,1,.447.447L9.408,7.851a.333.333,0,0,0,0,.3ZM8,.667a.333.333,0,0,1,.325.261l.791,3.557a.333.333,0,0,1-.176.371l-.791.4a.333.333,0,0,1-.3,0l-.791-.4a.333.333,0,0,1-.176-.371L7.675.928A.333.333,0,0,1,8,.667ZM.928,8.325a.333.333,0,0,1,0-.651l3.557-.791a.333.333,0,0,1,.371.176l.4.791a.333.333,0,0,1,0,.3l-.4.791a.333.333,0,0,1-.371.176ZM8,15.333a.333.333,0,0,1-.325-.261l-.791-3.557a.333.333,0,0,1,.176-.371l.791-.4a.333.333,0,0,1,.3,0l.791.4a.333.333,0,0,1,.176.371l-.791,3.557A.333.333,0,0,1,8,15.333Zm7.072-7.659a.333.333,0,0,1,0,.651l-3.557.791a.333.333,0,0,1-.371-.176l-.4-.791a.333.333,0,0,1,0-.3l.4-.791a.333.333,0,0,1,.371-.176Z"
|
22
|
+
transform="translate(0 0)"
|
23
|
+
fill="currentColor"
|
24
|
+
/>
|
7
25
|
</svg>
|
8
26
|
</template>
|
@@ -1,7 +1,19 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_components"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24.503"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24.503 24"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="Vereinigungsmenge_61"
|
13
|
+
d="M11234.08,13726.906l.833-2.922a.623.623,0,0,1,.145-.252l7.046-7.042a.578.578,0,0,1,.82,0l2.088,2.088a.578.578,0,0,1,0,.82l-7.046,7.045a.637.637,0,0,1-.248.146l-2.925.833a.571.571,0,0,1-.164.024A.577.577,0,0,1,11234.08,13726.906Zm-4.883-1a1.046,1.046,0,0,1-.183-.038.921.921,0,0,1-.2-.045.863.863,0,0,1-.107-.072.953.953,0,0,1-.21-.147l-.014-.011-5.622-5.957a1,1,0,0,1-.272-.688v-12.114a1,1,0,0,1,1.712-.7l4.917,4.985,4.909-4.909a1,1,0,0,1,1.412,0l5.623,5.622a1.006,1.006,0,0,1,.293.707v2.794l-2,2v-4.382l-3.625-3.621v9.54l1.044,1.044-1.412,1.412-.631-.627-4.913,4.913a.995.995,0,0,1-.709.293Zm1.014-12.954v9.54l3.624-3.621v-9.54Zm-5.619,5.6,3.62,3.838v-9.44l-3.62-3.672Z"
|
14
|
+
transform="translate(-11221.18 -13704.752)"
|
15
|
+
fill="currentColor"
|
16
|
+
stroke="none"
|
17
|
+
/>
|
6
18
|
</svg>
|
7
19
|
</template>
|
@@ -1,11 +1,33 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_3dobject"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
11
|
+
<rect
|
12
|
+
id="size"
|
13
|
+
width="24"
|
14
|
+
height="24"
|
15
|
+
transform="translate(0 0)"
|
16
|
+
fill="none"
|
17
|
+
/>
|
6
18
|
<g id="Group_1448" data-name="Group 1448" transform="translate(1)">
|
7
|
-
<path
|
8
|
-
|
19
|
+
<path
|
20
|
+
id="Path_534"
|
21
|
+
data-name="Path 534"
|
22
|
+
d="M21.781,19.285c0-.011,0-.022,0-.034a1.569,1.569,0,0,0-.245-.844L15.676,2.354C15.465.74,13.1,0,10.892,0S6.319.74,6.108,2.354L4.994,5.4l1.878.686.593-1.623a7.811,7.811,0,0,0,3.427.708,7.814,7.814,0,0,0,3.427-.708l4.5,12.328a32.929,32.929,0,0,0-7.93-.924,32.929,32.929,0,0,0-7.93.924l.905-2.475-1.879-.686L.245,18.407A1.569,1.569,0,0,0,0,19.251c0,3.286,9.777,3.381,10.892,3.381s10.733-.095,10.885-3.306l0-.041M10.892,3.174A5.092,5.092,0,0,1,8.2,2.587,5.089,5.089,0,0,1,10.892,2a5.089,5.089,0,0,1,2.689.587,5.092,5.092,0,0,1-2.689.587m0,17.458c-4.915,0-7.909-.831-8.736-1.381.827-.55,3.822-1.381,8.736-1.381s7.909.831,8.736,1.381c-.827.55-3.821,1.381-8.736,1.381"
|
23
|
+
fill="currentColor"
|
24
|
+
/>
|
25
|
+
<path
|
26
|
+
id="Path_535"
|
27
|
+
data-name="Path 535"
|
28
|
+
d="M4.215,12.911a3,3,0,1,0-3-3,3,3,0,0,0,3,3"
|
29
|
+
fill="currentColor"
|
30
|
+
/>
|
9
31
|
</g>
|
10
32
|
</svg>
|
11
33
|
</template>
|
@@ -1,7 +1,13 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="icon_24_house_size"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
5
11
|
<path
|
6
12
|
id="Vereinigungsmenge_62"
|
7
13
|
data-name="Vereinigungsmenge 62"
|
@@ -1,7 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-edit"
|
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="mode-edit"
|
13
|
+
d="M15.562-46.062l-1.219,1.219-2.5-2.5,1.219-1.219a.636.636,0,0,1,.469-.187.636.636,0,0,1,.469.188L15.562-47a.636.636,0,0,1,.188.469.636.636,0,0,1-.188.469ZM3.75-39.25l7.375-7.375,2.5,2.5L6.25-36.75H3.75Z"
|
14
|
+
transform="translate(-1.75 50.75)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,5 +1,10 @@
|
|
1
1
|
<template>
|
2
|
-
<svg
|
2
|
+
<svg
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
4
|
+
width="24"
|
5
|
+
height="24"
|
6
|
+
viewBox="0 0 24 24"
|
7
|
+
>
|
3
8
|
<g id="Group_921" data-name="Group 921" transform="translate(-832 -536)">
|
4
9
|
<rect
|
5
10
|
id="Rectangle_774"
|
@@ -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="24.002"
|
7
|
+
height="24.002"
|
8
|
+
viewBox="0 0 24.002 24.002"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Union_18"
|
12
|
+
data-name="Union 18"
|
13
|
+
d="M10434,14715a3,3,0,1,1,3,3A3,3,0,0,1,10434,14715Zm-18,0a3,3,0,1,1,3,3A3,3,0,0,1,10416,14715Zm7.749,1a.25.25,0,0,1-.251-.247v-1.5a.25.25,0,0,1,.251-.247h8.5a.248.248,0,0,1,.251.247v1.5a.248.248,0,0,1-.251.247Zm12.5-5.5a.248.248,0,0,1-.248-.247v-8.5a.248.248,0,0,1,.248-.248h1.5a.249.249,0,0,1,.251.248v8.5a.248.248,0,0,1-.251.247Zm-18,0a.25.25,0,0,1-.251-.247v-8.5a.251.251,0,0,1,.251-.248h1.5a.248.248,0,0,1,.251.248v8.5a.248.248,0,0,1-.251.247Zm8.053-4.846V14700a.257.257,0,0,0-.259-.259h-1.828a1.043,1.043,0,0,1-.735-1.78l3.649-3.653a1.048,1.048,0,0,1,1.478,0l3.653,3.649a1.045,1.045,0,0,1-.739,1.784h-1.828a.259.259,0,0,0-.259.259v5.655a1.566,1.566,0,0,1-3.132,0Zm7.7-8.654a3,3,0,1,1,3,3A3,3,0,0,1,10434,14697Zm-18,0a3,3,0,1,1,3,3A3,3,0,0,1,10416,14697Z"
|
14
|
+
transform="translate(-10416 -14693.999)"
|
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
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="22.236"
|
7
|
+
height="21.75"
|
8
|
+
viewBox="0 0 22.236 21.75"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Union_49"
|
12
|
+
data-name="Union 49"
|
13
|
+
d="M10945.5,13194a4.753,4.753,0,0,0-2.46-4.159.247.247,0,0,0-.266.017c-.026.017-.056.036-.082.057a.248.248,0,0,0-.07.344,2.25,2.25,0,1,1-3.748,0,.248.248,0,0,0-.066-.344c-.029-.021-.056-.04-.083-.057a.245.245,0,0,0-.265-.017,4.747,4.747,0,0,0-2.46,4.159.75.75,0,1,1-1.5,0,6.249,6.249,0,0,1,2.474-4.978.244.244,0,0,0,.1-.248.251.251,0,0,0-.183-.192,2.6,2.6,0,0,0-.636-.082h-3.5a1.5,1.5,0,0,1,0-3h.5a.248.248,0,0,0,.249-.248v-.752a.75.75,0,0,1,1.5,0v.752a.248.248,0,0,0,.251.248h1a2.548,2.548,0,0,0,1.9-.844,3.527,3.527,0,0,1,5.2,0,2.551,2.551,0,0,0,1.9.844h1a.248.248,0,0,0,.251-.248l.022-5.56h-1.029a.49.49,0,0,1-.354-.149.5.5,0,0,1,0-.705l1.748-1.748a.5.5,0,0,1,.706,0l1.748,1.751a.5.5,0,0,1-.354.852h-.968l-.022,5.56a.248.248,0,0,0,.249.248h.5a1.5,1.5,0,0,1,0,3h-3.5a2.592,2.592,0,0,0-.636.082.247.247,0,0,0-.136.09.252.252,0,0,0,.047.351A6.244,6.244,0,0,1,10947,13194a.75.75,0,1,1-1.5,0Zm-5.5-2.5a.75.75,0,1,0,.752-.749A.751.751,0,0,0,10940,13191.5Zm10.249-4.5h0Zm-18.5-4.249a.75.75,0,1,1,0-1.5h5a.75.75,0,0,1,0,1.5Zm10.116-2.748a2.175,2.175,0,0,1-.615-1.606,2.29,2.29,0,0,1,2.129-2.281.124.124,0,0,0,.112-.1,3.836,3.836,0,0,1,7.04-1.146.129.129,0,0,0,.093.06,2.842,2.842,0,0,1,1.723.791,2.893,2.893,0,0,1-1.7,4.961.446.446,0,0,1-.062,0,.5.5,0,0,1-.07-.993,1.911,1.911,0,0,0,1.719-1.891,1.882,1.882,0,0,0-.579-1.361,1.851,1.851,0,0,0-1.378-.523.486.486,0,0,1-.47-.284,2.838,2.838,0,0,0-5.4,1.043.248.248,0,0,1-.01.069.5.5,0,0,1-.59.388,1.3,1.3,0,0,0-1.082.261,1.281,1.281,0,0,0-.474,1,1.182,1.182,0,0,0,.317.894,1.635,1.635,0,0,0,1.086.4.5.5,0,0,1,.014,1A2.779,2.779,0,0,1,10941.867,13180Z"
|
14
|
+
transform="translate(-10930.999 -13173.001)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,8 +1,20 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_export"
|
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="Path_592"
|
13
|
+
data-name="Path 592"
|
14
|
+
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"
|
15
|
+
transform="translate(0.004 0.193)"
|
16
|
+
fill="currentColor"
|
17
|
+
/>
|
6
18
|
<rect id="size" width="24" height="24" fill="none" />
|
7
19
|
</svg>
|
8
20
|
</template>
|
@@ -1,10 +1,25 @@
|
|
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="14"
|
7
|
+
height="14"
|
8
|
+
viewBox="0 0 14 14"
|
9
|
+
>
|
5
10
|
<g id="external-link" transform="translate(-3 -3)">
|
6
|
-
<path
|
7
|
-
|
11
|
+
<path
|
12
|
+
id="Path_423"
|
13
|
+
data-name="Path 423"
|
14
|
+
d="M11,3a1,1,0,0,0,0,2h2.586L7.293,11.293a1,1,0,0,0,1.414,1.414L15,6.414V9a1,1,0,0,0,2,0V4a1,1,0,0,0-1-1Z"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
17
|
+
<path
|
18
|
+
id="Path_424"
|
19
|
+
data-name="Path 424"
|
20
|
+
d="M5,5A2,2,0,0,0,3,7v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V12a1,1,0,0,0-2,0v3H5V7H8A1,1,0,0,0,8,5Z"
|
21
|
+
fill="currentColor"
|
22
|
+
/>
|
8
23
|
</g>
|
9
24
|
</svg>
|
10
25
|
</template>
|
@@ -1,7 +1,17 @@
|
|
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="16"
|
7
|
+
height="10"
|
8
|
+
viewBox="0 0 16 10"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="visibility"
|
12
|
+
d="M7.7-39.531a2.19,2.19,0,0,1,1.532-.594,2.19,2.19,0,0,1,1.532.594,1.848,1.848,0,0,1,.647,1.406,1.848,1.848,0,0,1-.647,1.406,2.19,2.19,0,0,1-1.532.594A2.19,2.19,0,0,1,7.7-36.719a1.848,1.848,0,0,1-.647-1.406A1.848,1.848,0,0,1,7.7-39.531ZM6.643-35.75a3.764,3.764,0,0,0,2.587.969,3.669,3.669,0,0,0,2.57-.984,3.093,3.093,0,0,0,1.072-2.359A3.093,3.093,0,0,0,11.8-40.484a3.669,3.669,0,0,0-2.57-.984,3.669,3.669,0,0,0-2.57.984,3.093,3.093,0,0,0-1.072,2.359A3.163,3.163,0,0,0,6.643-35.75Zm-2.281-6A8.933,8.933,0,0,1,9.23-43.125,8.933,8.933,0,0,1,14.1-41.75a7.839,7.839,0,0,1,3.132,3.625A7.839,7.839,0,0,1,14.1-34.5,8.933,8.933,0,0,1,9.23-33.125,8.933,8.933,0,0,1,4.362-34.5,7.839,7.839,0,0,1,1.23-38.125,7.839,7.839,0,0,1,4.362-41.75Z"
|
13
|
+
transform="translate(-1.23 43.125)"
|
14
|
+
fill="currentColor"
|
15
|
+
/>
|
6
16
|
</svg>
|
7
17
|
</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="10.711"
|
7
|
+
height="9.137"
|
8
|
+
viewBox="0 0 10.711 9.137"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Path_91"
|
12
|
+
data-name="Path 91"
|
13
|
+
d="M18.344,12.774l-4.211,3.445a1,1,0,0,1-1.633-.774V14.9a.25.25,0,0,0-.389-.208L9.555,16.4A1,1,0,0,1,8,15.564V8.433A1,1,0,0,1,9.555,7.6l2.556,1.7a.25.25,0,0,0,.347-.069A.245.245,0,0,0,12.5,9.1V8.554a1,1,0,0,1,1.633-.774l4.211,3.445a1,1,0,0,1,.141,1.407.94.94,0,0,1-.141.141Z"
|
14
|
+
transform="translate(-8 -7.432)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,8 +1,19 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-filter"
|
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="filter-list"
|
13
|
+
d="M5.75-28.77V-31.23h8v2.461Zm-2-7.73h12v2.52h-12Zm4.656,13v-2.52h2.687v2.52Z"
|
14
|
+
transform="translate(-1.75 38.5)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
<rect id="size" width="16" height="16" fill="none" />
|
7
18
|
</svg>
|
8
19
|
</template>
|
@@ -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="24"
|
7
|
+
height="24"
|
8
|
+
viewBox="0 0 24 24"
|
9
|
+
>
|
5
10
|
<g id="Gruppe_1898" transform="translate(-1832 -128)">
|
6
|
-
<path
|
11
|
+
<path
|
12
|
+
id="Pfad_722"
|
13
|
+
d="M1168,581.392c0-3.053-9.953-3.206-11.948-3.206-1.963,0-11.611.154-11.919,3.067a.848.848,0,0,0-.132.432,12,12,0,0,0,24,0,.721.721,0,0,0-.031-.149A1.079,1.079,0,0,0,1168,581.392Zm-11.948-1.491c5.868,0,9.3.914,10.116,1.491-.812.578-4.248,1.493-10.116,1.493s-9.3-.915-10.114-1.493C1146.75,580.814,1150.184,579.9,1156.052,579.9Zm-.909,11.933c-2.35-.6-4.31-3.6-4.923-7.572a49.279,49.279,0,0,0,4.923.328Zm1.714,0v-7.243c1.155-.019,3.026-.088,4.922-.315C1161.165,588.249,1159.214,591.237,1156.857,591.833Zm-11.012-8.592a12.736,12.736,0,0,0,2.589.742,14.577,14.577,0,0,0,2.321,6.531A10.286,10.286,0,0,1,1145.845,583.241Zm15.418,7.263a14.605,14.605,0,0,0,2.3-6.5,13.388,13.388,0,0,0,2.583-.718A10.294,10.294,0,0,1,1161.263,590.5Z"
|
14
|
+
transform="translate(688 -445.155)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
7
17
|
</g>
|
8
18
|
</svg>
|
9
19
|
</template>
|
@@ -9,6 +9,12 @@
|
|
9
9
|
height="24.004"
|
10
10
|
viewBox="0 0 24.002 24.004"
|
11
11
|
>
|
12
|
-
<path
|
12
|
+
<path
|
13
|
+
id="Path_18"
|
14
|
+
data-name="Path 18"
|
15
|
+
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
|
+
transform="translate(0.001 -0.009)"
|
17
|
+
fill="currentColor"
|
18
|
+
/>
|
13
19
|
</svg>
|
14
20
|
</template>
|
@@ -10,8 +10,18 @@
|
|
10
10
|
>
|
11
11
|
<g id="Gruppe_1401" transform="translate(1 1)">
|
12
12
|
<g id="Gruppe_1400" transform="translate(0 -0.001)">
|
13
|
-
<path
|
14
|
-
|
13
|
+
<path
|
14
|
+
id="Pfad_520"
|
15
|
+
d="M13.747,10.452l-2.379-1.3a.442.442,0,0,0-.614.224.523.523,0,0,0,.2.671l1.428.78L7,12.968,1.613,10.827l1.427-.78a.523.523,0,0,0,.2-.671.439.439,0,0,0-.613-.224l-2.379,1.3A.508.508,0,0,0,0,10.928a.494.494,0,0,0,.3.441l6.542,2.6a.423.423,0,0,0,.313,0l6.542-2.6a.494.494,0,0,0,.3-.441.508.508,0,0,0-.252-.476"
|
16
|
+
transform="translate(0 0.001)"
|
17
|
+
fill="currentColor"
|
18
|
+
/>
|
19
|
+
<path
|
20
|
+
id="Pfad_521"
|
21
|
+
d="M2.931,7.48,7.1,8.78a.426.426,0,0,0,.252,0l4.163-1.3A.5.5,0,0,0,11.842,7V1.8a.494.494,0,0,0-.331-.48L7.347.019a.432.432,0,0,0-.252,0l-4.164,1.3A.494.494,0,0,0,2.6,1.8V7a.5.5,0,0,0,.331.48"
|
22
|
+
transform="translate(-0.221 0.001)"
|
23
|
+
fill="currentColor"
|
24
|
+
/>
|
15
25
|
</g>
|
16
26
|
</g>
|
17
27
|
</svg>
|
@@ -1,5 +1,10 @@
|
|
1
1
|
<template>
|
2
|
-
<svg
|
2
|
+
<svg
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
4
|
+
width="23.51"
|
5
|
+
height="23.542"
|
6
|
+
viewBox="0 0 23.51 23.542"
|
7
|
+
>
|
3
8
|
<g id="Group_845" data-name="Group 845" transform="translate(0.639 0.64)">
|
4
9
|
<path
|
5
10
|
id="Path_432"
|
@@ -1,7 +1,17 @@
|
|
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="help"
|
12
|
+
d="M11.656-45.967a2.151,2.151,0,0,0,.657-1.577,2.689,2.689,0,0,0-.822-1.972,2.689,2.689,0,0,0-1.972-.822,2.689,2.689,0,0,0-1.972.822,2.689,2.689,0,0,0-.822,1.972h1.38a1.354,1.354,0,0,1,.427-.986,1.354,1.354,0,0,1,.986-.427,1.354,1.354,0,0,1,.986.427,1.354,1.354,0,0,1,.427.986,1.354,1.354,0,0,1-.427.986l-.854.887A2.837,2.837,0,0,0,8.829-43.7v.362h1.38a2.837,2.837,0,0,1,.822-1.972ZM10.21-40.545v-1.38H8.829v1.38ZM4.557-50.371a6.769,6.769,0,0,1,4.962-2.07,6.742,6.742,0,0,1,4.946,2.054,6.742,6.742,0,0,1,2.054,4.946A6.742,6.742,0,0,1,14.466-40.5,6.742,6.742,0,0,1,9.52-38.441,6.742,6.742,0,0,1,4.574-40.5,6.742,6.742,0,0,1,2.52-45.441a6.715,6.715,0,0,1,2.038-4.93Z"
|
13
|
+
transform="translate(-2.52 52.441)"
|
14
|
+
fill="currentColor"
|
15
|
+
/>
|
6
16
|
</svg>
|
7
17
|
</template>
|
@@ -1,11 +1,25 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="icon-hide"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16 16"
|
10
|
+
>
|
5
11
|
<g id="Gruppe_1353">
|
6
12
|
<g id="Gruppe_1352">
|
7
|
-
<path
|
8
|
-
|
13
|
+
<path
|
14
|
+
id="Pfad_498"
|
15
|
+
d="M12.868,3.923A8.426,8.426,0,0,0,10.4,2.762v2.4c.054.049.115.088.166.14a3.508,3.508,0,0,1,1.072,2.57,3.51,3.51,0,0,1-1.072,2.571c-.051.051-.112.09-.166.139v2.4A8.532,8.532,0,0,0,16,7.872a8.387,8.387,0,0,0-3.132-3.949"
|
16
|
+
fill="currentColor"
|
17
|
+
/>
|
18
|
+
<path
|
19
|
+
id="Pfad_499"
|
20
|
+
d="M6.4,2.579A8.5,8.5,0,0,0,0,7.872a8.5,8.5,0,0,0,6.4,5.292V16h2V0h-2Zm-.991,7.88A3.588,3.588,0,0,1,4.358,7.872,3.646,3.646,0,0,1,6.4,4.608V6.417a2.112,2.112,0,0,0,0,2.91v1.818a3.562,3.562,0,0,1-.991-.686"
|
21
|
+
fill="currentColor"
|
22
|
+
/>
|
9
23
|
</g>
|
10
24
|
</g>
|
11
25
|
</svg>
|
@@ -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="11.875"
|
7
|
+
height="15"
|
8
|
+
viewBox="0 0 11.875 15"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Path_52"
|
12
|
+
data-name="Path 52"
|
13
|
+
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
|
+
transform="translate(-2.5)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
8
|
-
|
@@ -1,5 +1,10 @@
|
|
1
1
|
<template>
|
2
|
-
<svg
|
2
|
+
<svg
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
4
|
+
width="24"
|
5
|
+
height="24"
|
6
|
+
viewBox="0 0 24 24"
|
7
|
+
>
|
3
8
|
<g id="Group_846" data-name="Group 846" transform="translate(0.5 0.5)">
|
4
9
|
<circle
|
5
10
|
id="Ellipse_87"
|
@@ -11,14 +11,31 @@
|
|
11
11
|
>
|
12
12
|
<defs>
|
13
13
|
<clipPath id="clip-path">
|
14
|
-
<rect
|
14
|
+
<rect
|
15
|
+
id="Rectangle_844"
|
16
|
+
data-name="Rectangle 844"
|
17
|
+
width="6"
|
18
|
+
height="6"
|
19
|
+
fill="currentColor"
|
20
|
+
/>
|
15
21
|
</clipPath>
|
16
22
|
</defs>
|
17
23
|
<rect id="size" width="24" height="24" fill="none" />
|
18
|
-
<path
|
24
|
+
<path
|
25
|
+
id="Path_532"
|
26
|
+
data-name="Path 532"
|
27
|
+
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
|
+
transform="translate(1 1)"
|
29
|
+
fill="currentColor"
|
30
|
+
/>
|
19
31
|
<g id="Group_1445" data-name="Group 1445" transform="translate(0 17)">
|
20
32
|
<g id="Group_1444" data-name="Group 1444" clip-path="url(#clip-path)">
|
21
|
-
<path
|
33
|
+
<path
|
34
|
+
id="Path_533"
|
35
|
+
data-name="Path 533"
|
36
|
+
d="M3,0A3,3,0,1,0,6,3,3,3,0,0,0,3,0"
|
37
|
+
fill="currentColor"
|
38
|
+
/>
|
22
39
|
</g>
|
23
40
|
</g>
|
24
41
|
</svg>
|
@@ -1,8 +1,26 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
6
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_import"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24.003"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24.003 24"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="Union_20"
|
13
|
+
data-name="Union 20"
|
14
|
+
d="M10552.293,15354.1l-3.5-3.5a1,1,0,0,1,.705-1.707h1.749a.249.249,0,0,0,.251-.25v-7.248a1.5,1.5,0,0,1,3,0v7.252a.248.248,0,0,0,.25.246h1.75a1.018,1.018,0,0,1,.717.3,1,1,0,0,1-.008,1.414l-3.5,3.5a.99.99,0,0,1-1.41,0Zm-10.054-8.084a4.353,4.353,0,0,1-1.237-3.21,4.591,4.591,0,0,1,4.266-4.574.242.242,0,0,0,.224-.2,7.685,7.685,0,0,1,14.1-2.293.251.251,0,0,0,.193.119,5.7,5.7,0,0,1,3.444,1.584,5.8,5.8,0,0,1-3.4,9.938c-.042,0-.089.007-.131.007a1,1,0,0,1-.131-1.992,3.836,3.836,0,0,0,3.438-3.787,3.762,3.762,0,0,0-1.16-2.725,3.718,3.718,0,0,0-2.759-1.053.959.959,0,0,1-.94-.566,5.684,5.684,0,0,0-10.817,2.085,1.26,1.26,0,0,1-.019.143,1,1,0,0,1-1.184.778,2.594,2.594,0,0,0-3.121,2.536,2.409,2.409,0,0,0,.64,1.792,3.309,3.309,0,0,0,2.174.8,1,1,0,0,1,.026,2A5.525,5.525,0,0,1,10542.239,15346.02Z"
|
15
|
+
transform="translate(-10540.999 -15331.008)"
|
16
|
+
fill="currentColor"
|
17
|
+
/>
|
18
|
+
<rect
|
19
|
+
id="size"
|
20
|
+
width="24"
|
21
|
+
height="24"
|
22
|
+
transform="translate(0.001)"
|
23
|
+
fill="none"
|
24
|
+
/>
|
7
25
|
</svg>
|
8
26
|
</template>
|
@@ -1,10 +1,26 @@
|
|
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="13.907"
|
7
|
+
height="13.907"
|
8
|
+
viewBox="0 0 13.907 13.907"
|
9
|
+
>
|
5
10
|
<g id="info-circle" transform="translate(-2 -2)">
|
6
|
-
<path
|
7
|
-
|
11
|
+
<path
|
12
|
+
id="Path_440"
|
13
|
+
data-name="Path 440"
|
14
|
+
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
|
+
fill="currentColor"
|
16
|
+
/>
|
17
|
+
<path
|
18
|
+
id="Path_441"
|
19
|
+
data-name="Path 441"
|
20
|
+
d="M11,10.163h2v4.744H11ZM11,7h2V8.581H11Z"
|
21
|
+
transform="translate(-3.046 -2)"
|
22
|
+
fill="currentColor"
|
23
|
+
/>
|
8
24
|
</g>
|
9
25
|
</svg>
|
10
26
|
</template>
|