@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
package/dist/assets/vuetify.js
CHANGED
package/dist/index.html
CHANGED
@@ -3,14 +3,35 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8" />
|
5
5
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
6
|
+
<link
|
7
|
+
rel="icon"
|
8
|
+
type="image/png"
|
9
|
+
href="./assets/favicon-32.6b9add.png"
|
10
|
+
sizes="32x32"
|
11
|
+
/>
|
12
|
+
<link
|
13
|
+
rel="icon"
|
14
|
+
type="image/png"
|
15
|
+
href="./assets/favicon-128.4c4ce5.png"
|
16
|
+
sizes="128x128"
|
17
|
+
/>
|
18
|
+
<link
|
19
|
+
rel="icon"
|
20
|
+
type="image/png"
|
21
|
+
href="./assets/favicon-180.5b99c0.png"
|
22
|
+
sizes="180x180"
|
23
|
+
/>
|
24
|
+
<link
|
25
|
+
rel="icon"
|
26
|
+
type="image/png"
|
27
|
+
href="./assets/favicon-192.0e205e.png"
|
28
|
+
sizes="192x192"
|
29
|
+
/>
|
30
|
+
<link rel="icon" type="image/svg+xml" href="./assets/favicon.d5ec97.svg" />
|
31
|
+
|
32
|
+
<script type="module" crossorigin src="./assets/index-bb372634.js"></script>
|
12
33
|
</head>
|
13
|
-
<body style="height:
|
34
|
+
<body style="height: 100vh">
|
14
35
|
<noscript>
|
15
36
|
<strong>...</strong>
|
16
37
|
</noscript>
|
package/index.html
CHANGED
@@ -3,13 +3,37 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8" />
|
5
5
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
6
|
+
<link
|
7
|
+
rel="icon"
|
8
|
+
type="image/png"
|
9
|
+
href="./assets/favicon-32.png"
|
10
|
+
sizes="32x32"
|
11
|
+
/>
|
12
|
+
<link
|
13
|
+
rel="icon"
|
14
|
+
type="image/png"
|
15
|
+
href="./assets/favicon-128.png"
|
16
|
+
sizes="128x128"
|
17
|
+
/>
|
18
|
+
<link
|
19
|
+
rel="icon"
|
20
|
+
type="image/png"
|
21
|
+
href="./assets/favicon-180.png"
|
22
|
+
sizes="180x180"
|
23
|
+
/>
|
24
|
+
<link
|
25
|
+
rel="icon"
|
26
|
+
type="image/png"
|
27
|
+
href="./assets/favicon-192.png"
|
28
|
+
sizes="192x192"
|
29
|
+
/>
|
30
|
+
<link rel="icon" type="image/svg+xml" href="./assets/favicon.svg" />
|
31
|
+
<link
|
32
|
+
rel="stylesheet"
|
33
|
+
href="./assets/@mdi/font/css/materialdesignicons.min.css"
|
34
|
+
/>
|
11
35
|
</head>
|
12
|
-
<body style="height:
|
36
|
+
<body style="height: 100vh">
|
13
37
|
<noscript>
|
14
38
|
<strong>...</strong>
|
15
39
|
</noscript>
|
@@ -77,6 +101,10 @@
|
|
77
101
|
}
|
78
102
|
}
|
79
103
|
</style>
|
80
|
-
<script type="module"
|
104
|
+
<script type="module">
|
105
|
+
import { initAppFromAppConfig } from '@vcmap/ui';
|
106
|
+
|
107
|
+
initAppFromAppConfig('#app', 'app.config.json');
|
108
|
+
</script>
|
81
109
|
</body>
|
82
110
|
</html>
|
package/index.js
CHANGED
@@ -16,6 +16,15 @@ export {
|
|
16
16
|
StateActionState,
|
17
17
|
} from './src/actions/stateRefAction.js';
|
18
18
|
|
19
|
+
export {
|
20
|
+
default as VcsCallback,
|
21
|
+
executeCallbacks,
|
22
|
+
} from './src/callback/vcsCallback.js';
|
23
|
+
export { default as ActivateLayersCallback } from './src/callback/activateLayersCallback.js';
|
24
|
+
export { default as DeactivateLayersCallback } from './src/callback/deactivateLayersCallback.js';
|
25
|
+
export { default as GoToViewpointCallback } from './src/callback/goToViewpointCallback.js';
|
26
|
+
export { default as ApplyLayerStyleCallback } from './src/callback/applyLayerStyleCallback.js';
|
27
|
+
|
19
28
|
export { default as VcsNavbar } from './src/application/VcsNavbar.vue';
|
20
29
|
export {
|
21
30
|
default as VcsApp,
|
@@ -71,38 +80,81 @@ export {
|
|
71
80
|
} from './src/manager/window/windowHelper.js';
|
72
81
|
|
73
82
|
export { default as ButtonManager } from './src/manager/buttonManager.js';
|
74
|
-
export {
|
75
|
-
|
76
|
-
|
77
|
-
|
83
|
+
export {
|
84
|
+
default as NavbarManager,
|
85
|
+
ButtonLocation,
|
86
|
+
getActionsByLocation,
|
87
|
+
} from './src/manager/navbarManager.js';
|
88
|
+
export {
|
89
|
+
default as ToolboxManager,
|
90
|
+
ToolboxType,
|
91
|
+
} from './src/manager/toolbox/toolboxManager.js';
|
92
|
+
export { default as CategoryManager } from './src/manager/collectionManager/categoryManager.js';
|
93
|
+
export { default as CollectionManager } from './src/manager/collectionManager/collectionManager.js';
|
94
|
+
export { default as CollectionManagerComponent } from './src/manager/collectionManager/CollectionManager.vue';
|
95
|
+
export { default as CollectionComponentProvider } from './src/manager/collectionManager/CollectionComponentProvider.vue';
|
96
|
+
export { default as CollectionComponent } from './src/manager/collectionManager/CollectionComponent.vue';
|
97
|
+
export { default as CollectionComponentList } from './src/manager/collectionManager/CollectionComponentList.vue';
|
78
98
|
export { default as ContextMenuManager } from './src/manager/contextMenu/contextMenuManager.js';
|
79
99
|
export { default as ContextMenuComponent } from './src/manager/contextMenu/contextMenuComponent.vue';
|
80
100
|
export { default as ContextMenuInteraction } from './src/manager/contextMenu/contextMenuInteraction.js';
|
81
101
|
|
82
|
-
export {
|
83
|
-
|
102
|
+
export {
|
103
|
+
applyKeyMapping,
|
104
|
+
applyValueMapping,
|
105
|
+
default as AbstractFeatureInfoView,
|
106
|
+
} from './src/featureInfo/abstractFeatureInfoView.js';
|
107
|
+
export {
|
108
|
+
extractNestedKey,
|
109
|
+
default as BalloonFeatureInfoView,
|
110
|
+
} from './src/featureInfo/balloonFeatureInfoView.js';
|
84
111
|
export { default as AddressBalloonFeatureInfoView } from './src/featureInfo/addressBalloonFeatureInfoView.js';
|
85
|
-
export {
|
112
|
+
export {
|
113
|
+
getBalloonPosition,
|
114
|
+
setBalloonPosition,
|
115
|
+
setupBalloonPositionListener,
|
116
|
+
} from './src/featureInfo/balloonHelper.js';
|
86
117
|
export { default as BalloonComponent } from './src/featureInfo/BalloonComponent.vue';
|
87
118
|
export { default as AddressBalloonComponent } from './src/featureInfo/AddressBalloonComponent.vue';
|
88
119
|
export { default as IframeFeatureInfoView } from './src/featureInfo/iframeFeatureInfoView.js';
|
89
120
|
export { default as TableFeatureInfoView } from './src/featureInfo/tableFeatureInfoView.js';
|
90
|
-
export {
|
121
|
+
export {
|
122
|
+
getHighlightStyle,
|
123
|
+
featureInfoViewSymbol,
|
124
|
+
} from './src/featureInfo/featureInfo.js';
|
91
125
|
|
92
126
|
export { default as MapNavCompass } from './src/navigation/mapNavCompass.vue';
|
93
127
|
export { default as MapNavigation } from './src/navigation/mapNavigation.vue';
|
94
128
|
export { default as ObliqueRotation } from './src/navigation/obliqueRotation.vue';
|
95
129
|
export { default as OrientationToolsButton } from './src/navigation/orientationToolsButton.vue';
|
96
|
-
export {
|
130
|
+
export {
|
131
|
+
getWindowComponentOptions,
|
132
|
+
default as OverviewMap,
|
133
|
+
} from './src/navigation/overviewMap.js';
|
97
134
|
export { default as OverviewMapClickedInteraction } from './src/navigation/overviewMapClickedInteraction.js';
|
98
135
|
export { default as TiltSlider } from './src/navigation/tiltSlider.vue';
|
99
136
|
export { default as VcsCompass } from './src/navigation/vcsCompass.vue';
|
100
137
|
export { default as VcsZoomButton } from './src/navigation/vcsZoomButton.vue';
|
101
138
|
|
102
139
|
export { createVueI18n, setupI18n } from './src/vuePlugins/i18n.js';
|
103
|
-
export {
|
104
|
-
|
105
|
-
|
140
|
+
export {
|
141
|
+
createVuetify,
|
142
|
+
vuetify,
|
143
|
+
getColorByKey,
|
144
|
+
getDefaultPrimaryColor,
|
145
|
+
} from './src/vuePlugins/vuetify.js';
|
146
|
+
export {
|
147
|
+
downloadURI,
|
148
|
+
downloadBlob,
|
149
|
+
downloadText,
|
150
|
+
downloadCanvas,
|
151
|
+
} from './src/downloadHelper.js';
|
152
|
+
export {
|
153
|
+
default as initApp,
|
154
|
+
VcsUiAppConfigPattern,
|
155
|
+
initAppFromModule,
|
156
|
+
initAppFromAppConfig,
|
157
|
+
} from './src/init.js';
|
106
158
|
export {
|
107
159
|
vcsAppSymbol,
|
108
160
|
pluginFactorySymbol,
|
@@ -113,12 +165,21 @@ export {
|
|
113
165
|
serializePlugin,
|
114
166
|
deserializePlugin,
|
115
167
|
} from './src/pluginHelper.js';
|
116
|
-
export {
|
168
|
+
export {
|
169
|
+
getStateFromURL,
|
170
|
+
createEmptyState,
|
171
|
+
setStateToUrl,
|
172
|
+
} from './src/state.js';
|
117
173
|
export { default as VcsUiApp } from './src/vcsUiApp.js';
|
118
|
-
export {
|
174
|
+
export {
|
175
|
+
default as Notifier,
|
176
|
+
NotificationType,
|
177
|
+
} from './src/notifier/notifier.js';
|
119
178
|
export { default as Icons } from './src/components/icons/+all.js';
|
120
179
|
|
121
180
|
export { default as VcsButton } from './src/components/buttons/VcsButton.vue';
|
181
|
+
export { default as VcsToolButton } from './src/components/buttons/VcsToolButton.vue';
|
182
|
+
export { default as VcsFormButton } from './src/components/buttons/VcsFormButton.vue';
|
122
183
|
export { default as VcsActionButtonList } from './src/components/buttons/VcsActionButtonList.vue';
|
123
184
|
export { default as VcsTooltip } from './src/components/notification/VcsTooltip.vue';
|
124
185
|
export { default as VcsHelp } from './src/components/notification/VcsHelp.vue';
|
@@ -137,6 +198,7 @@ export { default as VcsFormSection } from './src/components/form-inputs-controls
|
|
137
198
|
// export { default as VcsInputColumnDimensions } from './src/components/form-inputs-controls/VcsInputColumnDimensions.vue';
|
138
199
|
// export { default as VcsMinimalCheckbox } from './src/components/form-inputs-controls/VcsMinimalCheckbox.vue';
|
139
200
|
export { default as VcsSelect } from './src/components/form-inputs-controls/VcsSelect.vue';
|
201
|
+
export { default as VcsSlider } from './src/components/form-inputs-controls/VcsSlider.vue';
|
140
202
|
export { default as VcsTextField } from './src/components/form-inputs-controls/VcsTextField.vue';
|
141
203
|
export { default as VcsTextArea } from './src/components/form-inputs-controls/VcsTextArea.vue';
|
142
204
|
export { default as VcsWizard } from './src/components/form-inputs-controls/VcsWizard.vue';
|
@@ -145,7 +207,11 @@ export { default as VcsDatePicker } from './src/components/form-inputs-controls/
|
|
145
207
|
|
146
208
|
export { default as VcsFormattedNumber } from './src/components/form-output/VcsFormattedNumber.vue';
|
147
209
|
|
148
|
-
export {
|
210
|
+
export {
|
211
|
+
default as VcsActionList,
|
212
|
+
validateAction,
|
213
|
+
validateActions,
|
214
|
+
} from './src/components/lists/VcsActionList.vue';
|
149
215
|
// export { default as VcsEndlessList } from './src/components/lists/VcsEndlessList.vue';
|
150
216
|
export { default as VcsList } from './src/components/lists/VcsList.vue';
|
151
217
|
export { default as VcsTreeview } from './src/components/lists/VcsTreeview.vue';
|
@@ -158,8 +224,7 @@ export { default as VcsTreeviewSearchbar } from './src/components/lists/VcsTreev
|
|
158
224
|
// export { default as VcsMenu } from './src/components/menus/VcsMenu.vue';
|
159
225
|
// export { default as VcsOverflowMenu } from './src/components/menus/VcsOverflowMenu.vue';
|
160
226
|
|
161
|
-
|
162
|
-
// export { default as VcsBadge } from './src/components/notification/VcsBadge.vue';
|
227
|
+
export { default as VcsBadge } from './src/components/notification/VcsBadge.vue';
|
163
228
|
|
164
229
|
// export { default as VcsFileNamePopover } from './src/components/popovers/VcsFileNamePopover.vue';
|
165
230
|
// export { default as VcsTexturePopover } from './src/components/popovers/VcsTexturePopover.vue';
|
package/lib/cesium.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from '@vcmap-cesium/engine';
|
1
|
+
export * from '@vcmap-cesium/engine';
|
package/lib/core.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from '@vcmap/core';
|
1
|
+
export * from '@vcmap/core';
|
package/lib/olLib.js
CHANGED
@@ -123,7 +123,7 @@ export {stopPropagation as ol$events$Event$stopPropagation} from 'ol/events/Even
|
|
123
123
|
export {preventDefault as ol$events$Event$preventDefault} from 'ol/events/Event';
|
124
124
|
export {default as ol$events$Event} from 'ol/events/Event';
|
125
125
|
export {default as ol$events$EventType} from 'ol/events/EventType';
|
126
|
-
export {default as ol$events$
|
126
|
+
export {default as ol$events$Key} from 'ol/events/Key';
|
127
127
|
export {default as ol$events$Target} from 'ol/events/Target';
|
128
128
|
export {all as ol$events$condition$all} from 'ol/events/condition';
|
129
129
|
export {altKeyOnly as ol$events$condition$altKeyOnly} from 'ol/events/condition';
|
@@ -403,6 +403,7 @@ export {PASSIVE_EVENT_LISTENERS as ol$has$PASSIVE_EVENT_LISTENERS} from 'ol/has'
|
|
403
403
|
export {Graticule as ol$Graticule} from 'ol/index.js';
|
404
404
|
export {getUid as ol$getUid} from 'ol/index.js';
|
405
405
|
export {VERSION as ol$VERSION} from 'ol/index.js';
|
406
|
+
export {default as ol$interaction$DblClickDragZoom} from 'ol/interaction/DblClickDragZoom';
|
406
407
|
export {default as ol$interaction$DoubleClickZoom} from 'ol/interaction/DoubleClickZoom';
|
407
408
|
export {DragAndDropEvent as ol$interaction$DragAndDrop$DragAndDropEvent} from 'ol/interaction/DragAndDrop';
|
408
409
|
export {default as ol$interaction$DragAndDrop} from 'ol/interaction/DragAndDrop';
|
@@ -594,15 +595,14 @@ export {measureAndCacheTextWidth as ol$render$canvas$measureAndCacheTextWidth} f
|
|
594
595
|
export {getTextDimensions as ol$render$canvas$getTextDimensions} from 'ol/render/canvas';
|
595
596
|
export {rotateAtOffset as ol$render$canvas$rotateAtOffset} from 'ol/render/canvas';
|
596
597
|
export {drawImageOrLabel as ol$render$canvas$drawImageOrLabel} from 'ol/render/canvas';
|
597
|
-
export {default as ol$render$webgl$BatchRenderer} from 'ol/render/webgl/BatchRenderer';
|
598
|
-
export {Attributes as ol$render$webgl$LineStringBatchRenderer$Attributes} from 'ol/render/webgl/LineStringBatchRenderer';
|
599
|
-
export {default as ol$render$webgl$LineStringBatchRenderer} from 'ol/render/webgl/LineStringBatchRenderer';
|
600
598
|
export {default as ol$render$webgl$MixedGeometryBatch} from 'ol/render/webgl/MixedGeometryBatch';
|
601
|
-
export {Attributes as ol$render$webgl$
|
602
|
-
export {default as ol$render$webgl$
|
603
|
-
export {Attributes as ol$render$webgl$PolygonBatchRenderer$Attributes} from 'ol/render/webgl/PolygonBatchRenderer';
|
604
|
-
export {default as ol$render$webgl$PolygonBatchRenderer} from 'ol/render/webgl/PolygonBatchRenderer';
|
599
|
+
export {Attributes as ol$render$webgl$VectorStyleRenderer$Attributes} from 'ol/render/webgl/VectorStyleRenderer';
|
600
|
+
export {default as ol$render$webgl$VectorStyleRenderer} from 'ol/render/webgl/VectorStyleRenderer';
|
605
601
|
export {WebGLWorkerMessageType as ol$render$webgl$constants$WebGLWorkerMessageType} from 'ol/render/webgl/constants';
|
602
|
+
export {getCustomAttributesSize as ol$render$webgl$renderinstructions$getCustomAttributesSize} from 'ol/render/webgl/renderinstructions';
|
603
|
+
export {generatePointRenderInstructions as ol$render$webgl$renderinstructions$generatePointRenderInstructions} from 'ol/render/webgl/renderinstructions';
|
604
|
+
export {generateLineStringRenderInstructions as ol$render$webgl$renderinstructions$generateLineStringRenderInstructions} from 'ol/render/webgl/renderinstructions';
|
605
|
+
export {generatePolygonRenderInstructions as ol$render$webgl$renderinstructions$generatePolygonRenderInstructions} from 'ol/render/webgl/renderinstructions';
|
606
606
|
export {writePointFeatureToBuffers as ol$render$webgl$utils$writePointFeatureToBuffers} from 'ol/render/webgl/utils';
|
607
607
|
export {writeLineSegmentToBuffers as ol$render$webgl$utils$writeLineSegmentToBuffers} from 'ol/render/webgl/utils';
|
608
608
|
export {writePolygonTrianglesToBuffers as ol$render$webgl$utils$writePolygonTrianglesToBuffers} from 'ol/render/webgl/utils';
|
@@ -631,14 +631,13 @@ export {default as ol$renderer$webgl$PointsLayer} from 'ol/renderer/webgl/Points
|
|
631
631
|
export {Uniforms as ol$renderer$webgl$TileLayer$Uniforms} from 'ol/renderer/webgl/TileLayer';
|
632
632
|
export {Attributes as ol$renderer$webgl$TileLayer$Attributes} from 'ol/renderer/webgl/TileLayer';
|
633
633
|
export {default as ol$renderer$webgl$TileLayer} from 'ol/renderer/webgl/TileLayer';
|
634
|
+
export {Uniforms as ol$renderer$webgl$TileLayerBase$Uniforms} from 'ol/renderer/webgl/TileLayerBase';
|
635
|
+
export {newTileRepresentationLookup as ol$renderer$webgl$TileLayerBase$newTileRepresentationLookup} from 'ol/renderer/webgl/TileLayerBase';
|
636
|
+
export {getCacheKey as ol$renderer$webgl$TileLayerBase$getCacheKey} from 'ol/renderer/webgl/TileLayerBase';
|
637
|
+
export {default as ol$renderer$webgl$TileLayerBase} from 'ol/renderer/webgl/TileLayerBase';
|
638
|
+
export {Uniforms as ol$renderer$webgl$VectorLayer$Uniforms} from 'ol/renderer/webgl/VectorLayer';
|
634
639
|
export {default as ol$renderer$webgl$VectorLayer} from 'ol/renderer/webgl/VectorLayer';
|
635
|
-
export {
|
636
|
-
export {FILL_VERTEX_SHADER as ol$renderer$webgl$shaders$FILL_VERTEX_SHADER} from 'ol/renderer/webgl/shaders';
|
637
|
-
export {FILL_FRAGMENT_SHADER as ol$renderer$webgl$shaders$FILL_FRAGMENT_SHADER} from 'ol/renderer/webgl/shaders';
|
638
|
-
export {STROKE_VERTEX_SHADER as ol$renderer$webgl$shaders$STROKE_VERTEX_SHADER} from 'ol/renderer/webgl/shaders';
|
639
|
-
export {STROKE_FRAGMENT_SHADER as ol$renderer$webgl$shaders$STROKE_FRAGMENT_SHADER} from 'ol/renderer/webgl/shaders';
|
640
|
-
export {POINT_VERTEX_SHADER as ol$renderer$webgl$shaders$POINT_VERTEX_SHADER} from 'ol/renderer/webgl/shaders';
|
641
|
-
export {POINT_FRAGMENT_SHADER as ol$renderer$webgl$shaders$POINT_FRAGMENT_SHADER} from 'ol/renderer/webgl/shaders';
|
640
|
+
export {default as ol$renderer$webgl$VectorTileLayer} from 'ol/renderer/webgl/VectorTileLayer';
|
642
641
|
export {default as ol$reproj$DataTile} from 'ol/reproj/DataTile';
|
643
642
|
export {default as ol$reproj$Image} from 'ol/reproj/Image';
|
644
643
|
export {default as ol$reproj$Tile} from 'ol/reproj/Tile';
|
@@ -798,6 +797,7 @@ export {getUid as ol$util$getUid} from 'ol/util';
|
|
798
797
|
export {VERSION as ol$util$VERSION} from 'ol/util';
|
799
798
|
export {create as ol$vec$mat4$create} from 'ol/vec/mat4';
|
800
799
|
export {fromTransform as ol$vec$mat4$fromTransform} from 'ol/vec/mat4';
|
800
|
+
export {default as ol$webgl$BaseTileRepresentation} from 'ol/webgl/BaseTileRepresentation';
|
801
801
|
export {BufferUsage as ol$webgl$Buffer$BufferUsage} from 'ol/webgl/Buffer';
|
802
802
|
export {default as ol$webgl$Buffer} from 'ol/webgl/Buffer';
|
803
803
|
export {getArrayClassForType as ol$webgl$Buffer$getArrayClassForType} from 'ol/webgl/Buffer';
|
@@ -811,8 +811,11 @@ export {default as ol$webgl$PaletteTexture} from 'ol/webgl/PaletteTexture';
|
|
811
811
|
export {default as ol$webgl$PostProcessingPass} from 'ol/webgl/PostProcessingPass';
|
812
812
|
export {default as ol$webgl$RenderTarget} from 'ol/webgl/RenderTarget';
|
813
813
|
export {ShaderBuilder as ol$webgl$ShaderBuilder$ShaderBuilder} from 'ol/webgl/ShaderBuilder';
|
814
|
-
export {
|
814
|
+
export {default as ol$webgl$TileGeometry} from 'ol/webgl/TileGeometry';
|
815
815
|
export {default as ol$webgl$TileTexture} from 'ol/webgl/TileTexture';
|
816
|
+
export {getSymbolOpacityGlslFunction as ol$webgl$styleparser$getSymbolOpacityGlslFunction} from 'ol/webgl/styleparser';
|
817
|
+
export {packColor as ol$webgl$styleparser$packColor} from 'ol/webgl/styleparser';
|
818
|
+
export {parseLiteralStyle as ol$webgl$styleparser$parseLiteralStyle} from 'ol/webgl/styleparser';
|
816
819
|
export {ARRAY_BUFFER as ol$webgl$ARRAY_BUFFER} from 'ol/webgl';
|
817
820
|
export {ELEMENT_ARRAY_BUFFER as ol$webgl$ELEMENT_ARRAY_BUFFER} from 'ol/webgl';
|
818
821
|
export {STREAM_DRAW as ol$webgl$STREAM_DRAW} from 'ol/webgl';
|
package/lib/ui.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from '@vcmap/ui';
|
1
|
+
export * from '@vcmap/ui';
|
package/lib/vue.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from 'vue';
|
2
|
-
export { default } from 'vue';
|
1
|
+
export * from 'vue';
|
2
|
+
export { default } from 'vue';
|
package/lib/vuetify.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from 'vuetify/lib';
|
2
|
-
export { default } from 'vuetify/lib';
|
1
|
+
export * from 'vuetify/lib';
|
2
|
+
export { default } from 'vuetify/lib';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vcmap/ui",
|
3
|
-
"version": "5.0.0-rc.
|
3
|
+
"version": "5.0.0-rc.25",
|
4
4
|
"author": "Virtual City Systems",
|
5
5
|
"license": "MIT",
|
6
6
|
"scripts": {
|
@@ -11,7 +11,11 @@
|
|
11
11
|
"build-preview": "node build/buildPreview.js",
|
12
12
|
"preview": "vite preview",
|
13
13
|
"build": "node build/build.js",
|
14
|
-
"
|
14
|
+
"bundle": "node build/bundle.js",
|
15
|
+
"lint:js": "eslint . --ext .vue,.js,.cjs,.mjs,.ts,.cts,.mts",
|
16
|
+
"lint:prettier": "prettier --check .",
|
17
|
+
"lint": "npm run lint:js && npm run lint:prettier",
|
18
|
+
"format": "prettier --write --list-different . && npm run lint:js -- --fix",
|
15
19
|
"prepack": "node build/build.js",
|
16
20
|
"install-plugins": "cd plugins && npm i --omit peer --no-package-lock --force"
|
17
21
|
},
|
@@ -21,51 +25,51 @@
|
|
21
25
|
},
|
22
26
|
"files": [
|
23
27
|
"index.js",
|
24
|
-
"start.js",
|
25
28
|
"index.html",
|
26
29
|
"app.config.json",
|
27
30
|
"dist/",
|
28
31
|
"src/",
|
29
32
|
"plugins/",
|
33
|
+
"public/",
|
30
34
|
"lib/",
|
31
35
|
"build/",
|
32
36
|
"config/",
|
33
37
|
"!plugins/node_modules/"
|
34
38
|
],
|
35
39
|
"dependencies": {
|
36
|
-
"@mdi/font": "^5.9.55",
|
37
40
|
"@vcsuite/check": "^1.1.2",
|
38
41
|
"@vcsuite/logger": "^1.0.1",
|
39
|
-
"@vcsuite/parsers": "^1.0.
|
40
|
-
"uuid": "^
|
42
|
+
"@vcsuite/parsers": "^1.0.3",
|
43
|
+
"uuid": "^9.0.0",
|
41
44
|
"vue-i18n": "^8.24.1"
|
42
45
|
},
|
43
46
|
"peerDependencies": {
|
44
|
-
"@vcmap-cesium/engine": "~
|
45
|
-
"@vcmap/core": "^5.0.0-rc.
|
46
|
-
"ol": "~7.
|
47
|
+
"@vcmap-cesium/engine": "~2.4.1",
|
48
|
+
"@vcmap/core": "^5.0.0-rc.35",
|
49
|
+
"ol": "~7.4.0",
|
47
50
|
"vue": "~2.7.3",
|
48
51
|
"vuetify": "~2.6.7"
|
49
52
|
},
|
50
53
|
"devDependencies": {
|
51
54
|
"@vcmap/rollup-plugin-vcs-ol": "^1.0.2",
|
52
|
-
"@vcsuite/eslint-config": "^
|
53
|
-
"@
|
54
|
-
"@
|
55
|
+
"@vcsuite/eslint-config": "^3.0.3",
|
56
|
+
"@vitejs/plugin-vue2": "^2.2.0",
|
57
|
+
"@vitest/coverage-c8": "^0.31.0",
|
58
|
+
"@vue/test-utils": "^1.3.5",
|
55
59
|
"eslint": "^8.9.0",
|
56
60
|
"eslint-import-resolver-alias": "^1.1.2",
|
57
61
|
"jest-canvas-mock": "^2.4.0",
|
58
62
|
"jsdoc": "^3.6.7",
|
59
63
|
"jsdoc-plugin-intersection": "^1.0.4",
|
60
64
|
"jsdoc-plugin-typescript": "^2.0.6",
|
61
|
-
"jsdom": "^
|
65
|
+
"jsdom": "^21.1.2",
|
62
66
|
"resize-observer-polyfill": "1.5.1",
|
63
67
|
"rollup-plugin-strip-pragma": "^1.0.0",
|
64
68
|
"sass": "1.32.13",
|
69
|
+
"tar": "^6.1.14",
|
65
70
|
"typescript": "^4.2.4",
|
66
|
-
"vite": "^3.
|
67
|
-
"
|
68
|
-
"vitest": "^0.24.3"
|
71
|
+
"vite": "^4.3.9",
|
72
|
+
"vitest": "^0.31.0"
|
69
73
|
},
|
70
74
|
"stylelint": {
|
71
75
|
"extends": "stylelint-config-standard",
|
@@ -82,9 +86,6 @@
|
|
82
86
|
},
|
83
87
|
"eslintConfig": {
|
84
88
|
"root": true,
|
85
|
-
"env": {
|
86
|
-
"node": true
|
87
|
-
},
|
88
89
|
"extends": [
|
89
90
|
"@vcsuite/eslint-config/vue"
|
90
91
|
],
|
@@ -107,6 +108,15 @@
|
|
107
108
|
"jsdoc/check-tag-names": "off"
|
108
109
|
}
|
109
110
|
},
|
111
|
+
"eslintIgnore": [
|
112
|
+
"dist",
|
113
|
+
"exampleData",
|
114
|
+
"lib",
|
115
|
+
"coverage",
|
116
|
+
"docs",
|
117
|
+
"*timestamp-*.mjs"
|
118
|
+
],
|
119
|
+
"prettier": "@vcsuite/eslint-config/prettier.js",
|
110
120
|
"browserslist": [
|
111
121
|
"last 2 Chrome versions",
|
112
122
|
"not Chrome < 97",
|
@@ -1,19 +1,14 @@
|
|
1
1
|
<template>
|
2
2
|
<v-sheet class="d-flex flew-row align-center pl-2 pr-2">
|
3
|
-
<VcsTextField
|
4
|
-
:value="localLink"
|
5
|
-
class="d-flex col-10 pa-0 mr-2"
|
6
|
-
/>
|
3
|
+
<VcsTextField :value="localLink" class="d-flex col-10 pa-0 mr-2" />
|
7
4
|
<div class="d-flex col-2 justify-end pa-0">
|
8
5
|
<VcsButton
|
9
|
-
small
|
10
6
|
icon="mdi-content-copy"
|
11
7
|
class="mr-2"
|
12
8
|
@click="copy"
|
13
9
|
:title="$t('createLink.copyToClipboard')"
|
14
10
|
/>
|
15
11
|
<VcsButton
|
16
|
-
small
|
17
12
|
icon="mdi-refresh"
|
18
13
|
class="mr-2"
|
19
14
|
@click="refresh"
|
@@ -25,7 +20,12 @@
|
|
25
20
|
|
26
21
|
<script>
|
27
22
|
import { VSheet } from 'vuetify/lib';
|
28
|
-
import {
|
23
|
+
import {
|
24
|
+
VcsTextField,
|
25
|
+
VcsButton,
|
26
|
+
setStateToUrl,
|
27
|
+
NotificationType,
|
28
|
+
} from '@vcmap/ui';
|
29
29
|
import { getCurrentInstance, inject, ref } from 'vue';
|
30
30
|
|
31
31
|
export default {
|
@@ -50,7 +50,11 @@
|
|
50
50
|
const element = proxy.$el.querySelector('input');
|
51
51
|
element.select();
|
52
52
|
document.execCommand('copy');
|
53
|
-
app.notifier.add({
|
53
|
+
app.notifier.add({
|
54
|
+
title: 'createLink.title',
|
55
|
+
message: 'createLink.copied',
|
56
|
+
type: NotificationType.SUCCESS,
|
57
|
+
});
|
54
58
|
};
|
55
59
|
|
56
60
|
const refresh = async () => {
|
@@ -69,6 +73,4 @@
|
|
69
73
|
};
|
70
74
|
</script>
|
71
75
|
|
72
|
-
<style scoped>
|
73
|
-
|
74
|
-
</style>
|
76
|
+
<style scoped></style>
|
@@ -1,4 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import {
|
2
|
+
ButtonLocation,
|
3
|
+
NotificationType,
|
4
|
+
setStateToUrl,
|
5
|
+
WindowSlot,
|
6
|
+
} from '@vcmap/ui';
|
2
7
|
import FallbackCreateLink from './fallbackCreateLink.vue';
|
3
8
|
|
4
9
|
const name = '@vcmap/create-link';
|
@@ -34,7 +39,7 @@ export default function createLink() {
|
|
34
39
|
tooltip: 'Dialog zum kopieren des Applikationslinks anzeigen.',
|
35
40
|
copyToClipboard: 'Applikationslink in Zwischenablage kopieren',
|
36
41
|
refreshTooltip: 'Applikationslink aktualisieren',
|
37
|
-
copied: 'Applikationslink in Zwischenablage kopiert.'
|
42
|
+
copied: 'Applikationslink in Zwischenablage kopiert.',
|
38
43
|
},
|
39
44
|
},
|
40
45
|
en: {
|
@@ -52,9 +57,9 @@ export default function createLink() {
|
|
52
57
|
* @param {VcsUiApp} app
|
53
58
|
*/
|
54
59
|
initialize(app) {
|
55
|
-
const title = navigator.clipboard
|
56
|
-
'createLink.copyToClipboard'
|
57
|
-
'createLink.tooltip';
|
60
|
+
const title = navigator.clipboard
|
61
|
+
? 'createLink.copyToClipboard'
|
62
|
+
: 'createLink.tooltip';
|
58
63
|
|
59
64
|
app.navbarManager.add(
|
60
65
|
{
|
@@ -71,7 +76,11 @@ export default function createLink() {
|
|
71
76
|
setStateToUrl(state, url);
|
72
77
|
if (navigator.clipboard) {
|
73
78
|
await navigator.clipboard.writeText(url.toString());
|
74
|
-
app.notifier.add({
|
79
|
+
app.notifier.add({
|
80
|
+
title: 'createLink.title',
|
81
|
+
message: 'createLink.copied',
|
82
|
+
type: NotificationType.SUCCESS,
|
83
|
+
});
|
75
84
|
} else {
|
76
85
|
createFallbackWindow(app, url.toString());
|
77
86
|
}
|