@vcmap/ui 5.3.2 → 6.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/build.js +26 -4
- package/build/buildHelpers.js +6 -1
- package/build/buildTypes.js +18 -0
- package/build/commonViteConfig.js +7 -10
- package/build/generateOLLib.js +5 -1
- package/build/info/publish.js +2 -2
- package/build/lintTypes.js +5 -0
- package/build/staging/Dockerfile +1 -1
- package/config/base.config.json +5 -2
- package/config/dev.config.json +14 -10
- package/config/www.config.json +1 -1
- package/dist/assets/{cesium.a9cd10.js → cesium.6b12b4.js} +1654 -1692
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core.5e0ca2.js → core.074b78.js} +2607 -2581
- package/dist/assets/core.js +1 -1
- package/dist/assets/index-ca7EmZ3d.js +1 -0
- package/dist/assets/{ol.8edcc5.js → ol.8b2e3a.js} +19259 -19196
- package/dist/assets/ol.js +1 -1
- package/dist/assets/ui.715986.css +1 -0
- package/dist/assets/ui.715986.js +34219 -0
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.0f2c53.js +6096 -0
- package/dist/assets/vue.js +1 -5
- package/dist/assets/vuetify.28d881.css +5 -0
- package/dist/assets/vuetify.28d881.js +24605 -0
- package/dist/assets/vuetify.js +1 -5
- package/dist/index.html +1 -2
- package/index.d.ts +25 -9
- package/index.js +11 -29
- package/lib/vue.js +0 -1
- package/lib/vuetify.js +1 -2
- package/lib/vuetifyLib.js +6 -0
- package/package.json +23 -14
- package/plugins/@vcmap-show-case/buttons-example/package.json +2 -2
- package/plugins/@vcmap-show-case/buttons-example/src/ButtonsExample.vue +57 -61
- package/plugins/@vcmap-show-case/buttons-example/src/index.js +1 -1
- package/plugins/@vcmap-show-case/category-tester/package.json +2 -2
- package/plugins/@vcmap-show-case/category-tester/src/CategoriesExample.vue +12 -6
- package/plugins/@vcmap-show-case/category-tester/src/CollectionComponentOptions.vue +4 -4
- package/plugins/@vcmap-show-case/category-tester/src/FoobarEditor.vue +4 -4
- package/plugins/@vcmap-show-case/collection-manager-example/src/CollectionManagerExample.vue +11 -7
- package/plugins/@vcmap-show-case/config-editor/src/ConfigEditor.vue +2 -2
- package/plugins/@vcmap-show-case/extent-example/README.md +1 -1
- package/plugins/@vcmap-show-case/extent-example/src/index.js +11 -20
- package/plugins/@vcmap-show-case/flight-component-example/src/FlightExample.vue +3 -3
- package/plugins/@vcmap-show-case/form-inputs-example/src/FormInputsExample.vue +122 -169
- package/plugins/@vcmap-show-case/form-inputs-example/src/index.js +7 -8
- package/plugins/@vcmap-show-case/hello-world/src/helloWorld.vue +1 -1
- package/plugins/@vcmap-show-case/icons-example/src/AllIconsComponent.vue +1 -1
- package/plugins/@vcmap-show-case/list-example/src/ListExample.vue +33 -4
- package/plugins/@vcmap-show-case/notifier-tester/src/NotifierTester.vue +4 -6
- package/plugins/@vcmap-show-case/panel-tester/src/PanelExample.vue +3 -4
- package/plugins/@vcmap-show-case/project-selector/src/ModulesListComponent.vue +3 -7
- package/plugins/@vcmap-show-case/project-selector/src/ProjectSelectorComponent.vue +10 -16
- package/plugins/@vcmap-show-case/search-example/package.json +5 -0
- package/plugins/@vcmap-show-case/search-example/src/index.js +75 -0
- package/plugins/@vcmap-show-case/search-example/src/searchImpl.js +99 -0
- package/plugins/@vcmap-show-case/simple-graph/src/SimpleGraphComponent.vue +1 -1
- package/plugins/@vcmap-show-case/style-input-example/src/StyleExample.vue +1 -1
- package/plugins/@vcmap-show-case/table-example/src/DataTableExample.vue +32 -16
- package/plugins/@vcmap-show-case/textfields-example/src/TextfieldsExample.vue +7 -1
- package/plugins/@vcmap-show-case/theme-changer/src/ThemeChangerComponent.vue +3 -3
- package/plugins/@vcmap-show-case/theme-changer/src/index.js +2 -2
- package/plugins/@vcmap-show-case/toolbox-example/src/TriStateExampleWindow.vue +1 -1
- package/plugins/@vcmap-show-case/vector-properties-example/src/VectorPropertiesExample.vue +1 -1
- package/plugins/@vcmap-show-case/viewpoint-component-example/src/ViewpointExample.vue +4 -4
- package/plugins/@vcmap-show-case/window-tester/src/BrokenWindow.vue +17 -0
- package/plugins/@vcmap-show-case/window-tester/src/EmptyComponent.vue +1 -1
- package/plugins/@vcmap-show-case/window-tester/src/WindowExample.vue +10 -0
- package/plugins/@vcmap-show-case/window-tester/src/WindowExampleContent.vue +1 -1
- package/plugins/@vcmap-show-case/window-tester/src/WindowExampleToggleChild.vue +1 -1
- package/plugins/@vcmap-show-case/wizard-example/src/WizardExample.vue +1 -1
- package/src/actions/StyleSelector.vue +4 -34
- package/src/actions/StyleSelector.vue.d.ts +6 -4
- package/src/actions/actionHelper.js +6 -6
- package/src/actions/extentActions.d.ts +1 -2
- package/src/actions/extentActions.js +19 -8
- package/src/actions/flightActions.js +8 -8
- package/src/actions/listActions.d.ts +2 -2
- package/src/actions/listActions.js +3 -3
- package/src/actions/stateRefAction.js +3 -3
- package/src/application/VcsApp.vue +19 -28
- package/src/application/VcsApp.vue.d.ts +6 -6
- package/src/application/VcsAppWrapper.vue +1 -1
- package/src/application/VcsAppWrapper.vue.d.ts +2 -2
- package/src/application/VcsAttributions.vue +14 -18
- package/src/application/VcsAttributions.vue.d.ts +7 -7
- package/src/application/VcsAttributionsFooter.vue +1 -1
- package/src/application/VcsAttributionsFooter.vue.d.ts +2 -2
- package/src/application/VcsContainer.vue +13 -7
- package/src/application/VcsContainer.vue.d.ts +3 -2
- package/src/application/VcsCustomScreen.vue +1 -1
- package/src/application/VcsCustomScreen.vue.d.ts +2 -2
- package/src/application/VcsMainMap.vue +4 -1
- package/src/application/VcsMainMap.vue.d.ts +1 -1
- package/src/application/VcsMap.vue +21 -23
- package/src/application/VcsMap.vue.d.ts +2 -2
- package/src/application/VcsNavbar.vue +60 -56
- package/src/application/VcsNavbar.vue.d.ts +11 -8
- package/src/application/VcsPositionDisplay.vue +33 -46
- package/src/application/VcsPositionDisplay.vue.d.ts +3 -3
- package/src/application/VcsSettings.vue +19 -7
- package/src/application/VcsSettings.vue.d.ts +2 -1
- package/src/application/VcsSplashScreen.vue +3 -3
- package/src/application/VcsSplashScreen.vue.d.ts +3 -3
- package/src/application/VcsTextPage.vue +2 -2
- package/src/application/VcsTextPage.vue.d.ts +4 -4
- package/src/application/VcsTextPageFooter.vue +4 -4
- package/src/application/VcsTextPageFooter.vue.d.ts +2 -2
- package/src/application/attributionsHelper.d.ts +2 -2
- package/src/application/attributionsHelper.js +9 -9
- package/src/components/ImageElementInjector.vue.d.ts +2 -2
- package/src/components/attrsHelpers.d.ts +5 -0
- package/src/components/attrsHelpers.js +14 -0
- package/src/components/buttons/VcsActionButtonList.vue +6 -23
- package/src/components/buttons/VcsActionButtonList.vue.d.ts +3 -12
- package/src/components/buttons/VcsButton.vue +79 -90
- package/src/components/buttons/VcsButton.vue.d.ts +17 -32
- package/src/components/buttons/VcsFormButton.vue +77 -125
- package/src/components/buttons/VcsFormButton.vue.d.ts +8 -41
- package/src/components/buttons/VcsToolButton.vue +91 -94
- package/src/components/buttons/VcsToolButton.vue.d.ts +18 -25
- package/src/components/composables.d.ts +14 -0
- package/src/components/composables.js +31 -0
- package/src/components/{form-inputs-controls → extent}/VcsExtent.vue +22 -18
- package/src/components/{form-inputs-controls → extent}/VcsExtent.vue.d.ts +10 -7
- package/src/components/extent/VcsExtentEditor.vue +79 -0
- package/src/components/extent/VcsExtentEditor.vue.d.ts +37 -0
- package/src/components/flight/VcsFlightAnchorsComponent.vue +7 -2
- package/src/components/flight/VcsFlightAnchorsComponent.vue.d.ts +6 -6
- package/src/components/flight/VcsFlightComponent.vue +2 -1
- package/src/components/flight/VcsFlightComponent.vue.d.ts +4 -4
- package/src/components/flight/VcsFlightEditor.vue.d.ts +2 -2
- package/src/components/flight/VcsFlightPlayer.vue +2 -3
- package/src/components/flight/VcsFlightPlayer.vue.d.ts +3 -3
- package/src/components/form-inputs-controls/VcsCheckbox.vue +56 -80
- package/src/components/form-inputs-controls/VcsCheckbox.vue.d.ts +13 -4
- package/src/components/form-inputs-controls/VcsChipArrayInput.vue +128 -117
- package/src/components/form-inputs-controls/VcsChipArrayInput.vue.d.ts +17 -21
- package/src/components/form-inputs-controls/VcsCoordinate.vue +31 -41
- package/src/components/form-inputs-controls/VcsCoordinate.vue.d.ts +10 -11
- package/src/components/form-inputs-controls/VcsDatePicker.vue +39 -72
- package/src/components/form-inputs-controls/VcsDatePicker.vue.d.ts +75 -13
- package/src/components/form-inputs-controls/VcsFileInput.vue +100 -0
- package/src/components/form-inputs-controls/VcsFileInput.vue.d.ts +27 -0
- package/src/components/form-inputs-controls/VcsFormSection.vue +12 -12
- package/src/components/form-inputs-controls/VcsFormSection.vue.d.ts +6 -4
- package/src/components/form-inputs-controls/VcsLabel.vue +8 -28
- package/src/components/form-inputs-controls/VcsLabel.vue.d.ts +2 -11
- package/src/components/form-inputs-controls/VcsRadio.vue +80 -104
- package/src/components/form-inputs-controls/VcsRadio.vue.d.ts +35 -9
- package/src/components/form-inputs-controls/VcsSelect.vue +172 -153
- package/src/components/form-inputs-controls/VcsSelect.vue.d.ts +36 -9
- package/src/components/form-inputs-controls/VcsSlider.vue +71 -52
- package/src/components/form-inputs-controls/VcsSlider.vue.d.ts +6 -1
- package/src/components/form-inputs-controls/VcsTextArea.vue +126 -144
- package/src/components/form-inputs-controls/VcsTextArea.vue.d.ts +13 -10
- package/src/components/form-inputs-controls/VcsTextField.vue +95 -278
- package/src/components/form-inputs-controls/VcsTextField.vue.d.ts +33 -32
- package/src/components/form-inputs-controls/VcsWizard.vue +71 -77
- package/src/components/form-inputs-controls/VcsWizard.vue.d.ts +5 -5
- package/src/components/form-inputs-controls/VcsWizardStep.vue +14 -14
- package/src/components/form-inputs-controls/VcsWizardStep.vue.d.ts +4 -4
- package/src/components/form-inputs-controls/vcsTextField.scss +78 -0
- package/src/components/form-output/VcsFormattedNumber.vue +20 -27
- package/src/components/form-output/VcsFormattedNumber.vue.d.ts +7 -24
- package/src/components/icons/+all.js +1 -1
- package/src/components/icons/2DAreaIcon.vue +1 -7
- package/src/components/icons/2DAreaIcon.vue.d.ts +1 -1
- package/src/components/icons/2DDistanceIcon.vue +1 -7
- package/src/components/icons/2DDistanceIcon.vue.d.ts +1 -1
- package/src/components/icons/2DHeightObliqueIcon.vue.d.ts +1 -1
- package/src/components/icons/2DPointIcon.vue +0 -1
- package/src/components/icons/2DPointIcon.vue.d.ts +1 -1
- package/src/components/icons/3DAreaIcon.vue +1 -7
- package/src/components/icons/3DAreaIcon.vue.d.ts +1 -1
- package/src/components/icons/3DDistanceIcon.vue +1 -7
- package/src/components/icons/3DDistanceIcon.vue.d.ts +1 -1
- package/src/components/icons/3DHeightIcon.vue +1 -7
- package/src/components/icons/3DHeightIcon.vue.d.ts +1 -1
- package/src/components/icons/3DPointIcon.vue +0 -1
- package/src/components/icons/3DPointIcon.vue.d.ts +1 -1
- package/src/components/icons/AngleIcon.vue +1 -6
- package/src/components/icons/AngleIcon.vue.d.ts +1 -1
- package/src/components/icons/AssociationsIcon.vue +1 -6
- package/src/components/icons/AssociationsIcon.vue.d.ts +1 -1
- package/src/components/icons/AxisIcon.vue.d.ts +1 -1
- package/src/components/icons/BoundingBoxIcon.vue +1 -6
- package/src/components/icons/BoundingBoxIcon.vue.d.ts +1 -1
- package/src/components/icons/CheckboxCheckedIcon.vue.d.ts +1 -1
- package/src/components/icons/CheckboxIcon.vue +1 -6
- package/src/components/icons/CheckboxIcon.vue.d.ts +1 -1
- package/src/components/icons/CheckboxIndeterminateIcon.vue.d.ts +1 -1
- package/src/components/icons/CircleIcon.vue +1 -6
- package/src/components/icons/CircleIcon.vue.d.ts +1 -1
- package/src/components/icons/ClippingHorizontalIcon.vue +1 -6
- package/src/components/icons/ClippingHorizontalIcon.vue.d.ts +1 -1
- package/src/components/icons/ClippingIcon.vue +1 -6
- package/src/components/icons/ClippingIcon.vue.d.ts +1 -1
- package/src/components/icons/ClippingVerticalIcon.vue +1 -6
- package/src/components/icons/ClippingVerticalIcon.vue.d.ts +1 -1
- package/src/components/icons/ColorPickerIcon.vue +1 -6
- package/src/components/icons/ColorPickerIcon.vue.d.ts +1 -1
- package/src/components/icons/ColorSwatchIcon.vue +1 -7
- package/src/components/icons/ColorSwatchIcon.vue.d.ts +1 -1
- package/src/components/icons/CommentIcon.vue +1 -6
- package/src/components/icons/CommentIcon.vue.d.ts +1 -1
- package/src/components/icons/CompassIcon.vue +1 -13
- package/src/components/icons/CompassIcon.vue.d.ts +1 -1
- package/src/components/icons/ComponentsIcon.vue +1 -6
- package/src/components/icons/ComponentsIcon.vue.d.ts +1 -1
- package/src/components/icons/ComponentsPlusIcon.vue +0 -1
- package/src/components/icons/ComponentsPlusIcon.vue.d.ts +1 -1
- package/src/components/icons/ConeIcon.vue +1 -13
- package/src/components/icons/ConeIcon.vue.d.ts +1 -1
- package/src/components/icons/CrosshairIcon.vue +0 -2
- package/src/components/icons/CrosshairIcon.vue.d.ts +1 -1
- package/src/components/icons/DimensionsHouseIcon.vue +1 -7
- package/src/components/icons/DimensionsHouseIcon.vue.d.ts +1 -1
- package/src/components/icons/EditIcon.vue +1 -6
- package/src/components/icons/EditIcon.vue.d.ts +1 -1
- package/src/components/icons/EditVerticesIcon.vue +1 -6
- package/src/components/icons/EditVerticesIcon.vue.d.ts +1 -1
- package/src/components/icons/ElevationProfileIcon.vue +1 -6
- package/src/components/icons/ElevationProfileIcon.vue.d.ts +1 -1
- package/src/components/icons/ExportAreaIcon.vue +1 -6
- package/src/components/icons/ExportAreaIcon.vue.d.ts +1 -1
- package/src/components/icons/ExportFlightIcon.vue +1 -6
- package/src/components/icons/ExportFlightIcon.vue.d.ts +1 -1
- package/src/components/icons/ExportIcon.vue +1 -13
- package/src/components/icons/ExportIcon.vue.d.ts +1 -1
- package/src/components/icons/ExternalLinkIcon.vue +1 -6
- package/src/components/icons/ExternalLinkIcon.vue.d.ts +1 -1
- package/src/components/icons/EyeIcon.vue +1 -6
- package/src/components/icons/EyeIcon.vue.d.ts +1 -1
- package/src/components/icons/FastForwardIcon.vue +1 -6
- package/src/components/icons/FastForwardIcon.vue.d.ts +1 -1
- package/src/components/icons/FilterIcon.vue +1 -7
- package/src/components/icons/FilterIcon.vue.d.ts +1 -1
- package/src/components/icons/GlobalTerrainIcon.vue +1 -6
- package/src/components/icons/GlobalTerrainIcon.vue.d.ts +1 -1
- package/src/components/icons/GlobeNatureIcon.vue +1 -6
- package/src/components/icons/GlobeNatureIcon.vue.d.ts +1 -1
- package/src/components/icons/GroundIcon.vue +1 -6
- package/src/components/icons/GroundIcon.vue.d.ts +1 -1
- package/src/components/icons/HealthCareIndustriesIcon.vue +1 -6
- package/src/components/icons/HealthCareIndustriesIcon.vue.d.ts +1 -1
- package/src/components/icons/HelpIcon.vue +1 -6
- package/src/components/icons/HelpIcon.vue.d.ts +1 -1
- package/src/components/icons/HideIcon.vue +1 -6
- package/src/components/icons/HideIcon.vue.d.ts +1 -1
- package/src/components/icons/HomePointIcon.vue +1 -6
- package/src/components/icons/HomePointIcon.vue.d.ts +1 -1
- package/src/components/icons/HospitalsIcon.vue +1 -6
- package/src/components/icons/HospitalsIcon.vue.d.ts +1 -1
- package/src/components/icons/HouseIcon.vue +1 -6
- package/src/components/icons/HouseIcon.vue.d.ts +1 -1
- package/src/components/icons/ImportIcon.vue +1 -7
- package/src/components/icons/ImportIcon.vue.d.ts +1 -1
- package/src/components/icons/InfoIcon.vue +1 -6
- package/src/components/icons/InfoIcon.vue.d.ts +1 -1
- package/src/components/icons/KebabIcon.vue +1 -7
- package/src/components/icons/KebabIcon.vue.d.ts +1 -1
- package/src/components/icons/LabelIcon.vue +1 -13
- package/src/components/icons/LabelIcon.vue.d.ts +1 -1
- package/src/components/icons/LayersIcon.vue +1 -7
- package/src/components/icons/LayersIcon.vue.d.ts +1 -1
- package/src/components/icons/LegendIcon.vue +1 -6
- package/src/components/icons/LegendIcon.vue.d.ts +1 -1
- package/src/components/icons/LineIcon.vue +1 -13
- package/src/components/icons/LineIcon.vue.d.ts +1 -1
- package/src/components/icons/LinkIcon.vue +1 -6
- package/src/components/icons/LinkIcon.vue.d.ts +1 -1
- package/src/components/icons/LogoutIcon.vue +1 -6
- package/src/components/icons/LogoutIcon.vue.d.ts +1 -1
- package/src/components/icons/MapIcon.vue +1 -7
- package/src/components/icons/MapIcon.vue.d.ts +1 -1
- package/src/components/icons/MenuIcon.vue +1 -7
- package/src/components/icons/MenuIcon.vue.d.ts +1 -1
- package/src/components/icons/MinusIcon.vue +1 -7
- package/src/components/icons/MinusIcon.vue.d.ts +1 -1
- package/src/components/icons/MultiViewIcon.vue +1 -7
- package/src/components/icons/MultiViewIcon.vue.d.ts +1 -1
- package/src/components/icons/ObjectAttributeIcon.vue +1 -7
- package/src/components/icons/ObjectAttributeIcon.vue.d.ts +1 -1
- package/src/components/icons/ObjectSelectIcon.vue +1 -7
- package/src/components/icons/ObjectSelectIcon.vue.d.ts +1 -1
- package/src/components/icons/ObliqueViewIcon.vue +1 -7
- package/src/components/icons/ObliqueViewIcon.vue.d.ts +1 -1
- package/src/components/icons/PdfIcon.vue +1 -7
- package/src/components/icons/PdfIcon.vue.d.ts +1 -1
- package/src/components/icons/PedestrianIcon.vue +1 -6
- package/src/components/icons/PedestrianIcon.vue.d.ts +1 -1
- package/src/components/icons/PenIcon.vue +1 -6
- package/src/components/icons/PenIcon.vue.d.ts +1 -1
- package/src/components/icons/PlayCircleIcon.vue +1 -6
- package/src/components/icons/PlayCircleIcon.vue.d.ts +1 -1
- package/src/components/icons/PlusIcon.vue +1 -7
- package/src/components/icons/PlusIcon.vue.d.ts +1 -1
- package/src/components/icons/PoiIcon.vue +1 -6
- package/src/components/icons/PoiIcon.vue.d.ts +1 -1
- package/src/components/icons/PointIcon.vue +1 -7
- package/src/components/icons/PointIcon.vue.d.ts +1 -1
- package/src/components/icons/PointMeasurementIcon.vue.d.ts +1 -1
- package/src/components/icons/PointSelectIcon.vue +1 -6
- package/src/components/icons/PointSelectIcon.vue.d.ts +1 -1
- package/src/components/icons/PresentationModeIcon.vue +1 -6
- package/src/components/icons/PresentationModeIcon.vue.d.ts +1 -1
- package/src/components/icons/ProgressIcon.vue +0 -1
- package/src/components/icons/ProgressIcon.vue.d.ts +1 -1
- package/src/components/icons/QueryIcon.vue +1 -6
- package/src/components/icons/QueryIcon.vue.d.ts +1 -1
- package/src/components/icons/RectangleIcon.vue +1 -13
- package/src/components/icons/RectangleIcon.vue.d.ts +1 -1
- package/src/components/icons/ReturnIcon.vue +1 -6
- package/src/components/icons/ReturnIcon.vue.d.ts +1 -1
- package/src/components/icons/RewindIcon.vue +1 -6
- package/src/components/icons/RewindIcon.vue.d.ts +1 -1
- package/src/components/icons/RotateLeftIcon.vue +1 -6
- package/src/components/icons/RotateLeftIcon.vue.d.ts +1 -1
- package/src/components/icons/RotateRightIcon.vue +1 -6
- package/src/components/icons/RotateRightIcon.vue.d.ts +1 -1
- package/src/components/icons/ScreenshotIcon.vue +1 -6
- package/src/components/icons/ScreenshotIcon.vue.d.ts +1 -1
- package/src/components/icons/SearchIcon.vue +1 -6
- package/src/components/icons/SearchIcon.vue.d.ts +1 -1
- package/src/components/icons/ShadowIcon.vue +1 -7
- package/src/components/icons/ShadowIcon.vue.d.ts +1 -1
- package/src/components/icons/ShapesIcon.vue +1 -6
- package/src/components/icons/ShapesIcon.vue.d.ts +1 -1
- package/src/components/icons/ShareIcon.vue +1 -6
- package/src/components/icons/ShareIcon.vue.d.ts +1 -1
- package/src/components/icons/SimpleCircleFilledIcon.vue +1 -6
- package/src/components/icons/SimpleCircleFilledIcon.vue.d.ts +1 -1
- package/src/components/icons/SimpleCircleHalfFilledIcon.vue +1 -6
- package/src/components/icons/SimpleCircleHalfFilledIcon.vue.d.ts +1 -1
- package/src/components/icons/SimpleCircleOutlinedIcon.vue +1 -6
- package/src/components/icons/SimpleCircleOutlinedIcon.vue.d.ts +1 -1
- package/src/components/icons/SkipNextIcon.vue +1 -6
- package/src/components/icons/SkipNextIcon.vue.d.ts +1 -1
- package/src/components/icons/SkipPreviousIcon.vue +1 -6
- package/src/components/icons/SkipPreviousIcon.vue.d.ts +1 -1
- package/src/components/icons/SplitViewIcon.vue +1 -6
- package/src/components/icons/SplitViewIcon.vue.d.ts +1 -1
- package/src/components/icons/TerrainBoxIcon.vue +1 -6
- package/src/components/icons/TerrainBoxIcon.vue.d.ts +1 -1
- package/src/components/icons/TextStyleIcon.vue +1 -7
- package/src/components/icons/TextStyleIcon.vue.d.ts +1 -1
- package/src/components/icons/ThreeDimensionsIcon.vue +1 -6
- package/src/components/icons/ThreeDimensionsIcon.vue.d.ts +1 -1
- package/src/components/icons/ToolsIcon.vue +1 -7
- package/src/components/icons/ToolsIcon.vue.d.ts +1 -1
- package/src/components/icons/TouchIcon.vue +1 -7
- package/src/components/icons/TouchIcon.vue.d.ts +1 -1
- package/src/components/icons/TransparentTerrainIcon.vue +0 -1
- package/src/components/icons/TransparentTerrainIcon.vue.d.ts +1 -1
- package/src/components/icons/TrashCanIcon.vue +1 -7
- package/src/components/icons/TrashCanIcon.vue.d.ts +1 -1
- package/src/components/icons/TriangleIcon.vue +1 -6
- package/src/components/icons/TriangleIcon.vue.d.ts +1 -1
- package/src/components/icons/TwoDimensionsIcon.vue +1 -7
- package/src/components/icons/TwoDimensionsIcon.vue.d.ts +1 -1
- package/src/components/icons/UploadIcon.vue +1 -6
- package/src/components/icons/UploadIcon.vue.d.ts +1 -1
- package/src/components/icons/UserProfileIcon.vue +1 -7
- package/src/components/icons/UserProfileIcon.vue.d.ts +1 -1
- package/src/components/icons/UserShareIcon.vue +1 -6
- package/src/components/icons/UserShareIcon.vue.d.ts +1 -1
- package/src/components/icons/VideoRecorderIcon.vue +1 -6
- package/src/components/icons/VideoRecorderIcon.vue.d.ts +1 -1
- package/src/components/icons/ViewpointFlightIcon.vue +1 -6
- package/src/components/icons/ViewpointFlightIcon.vue.d.ts +1 -1
- package/src/components/icons/ViewpointIcon.vue +1 -6
- package/src/components/icons/ViewpointIcon.vue.d.ts +1 -1
- package/src/components/icons/Viewshed360Icon.vue +1 -7
- package/src/components/icons/Viewshed360Icon.vue.d.ts +1 -1
- package/src/components/icons/ViewshedConeIcon.vue +1 -7
- package/src/components/icons/ViewshedConeIcon.vue.d.ts +1 -1
- package/src/components/icons/ViewshedIcon.vue +1 -7
- package/src/components/icons/ViewshedIcon.vue.d.ts +1 -1
- package/src/components/icons/WalkingIcon.vue +1 -6
- package/src/components/icons/WalkingIcon.vue.d.ts +1 -1
- package/src/components/icons/WallIcon.vue +1 -6
- package/src/components/icons/WallIcon.vue.d.ts +1 -1
- package/src/components/icons/WandIcon.vue +1 -6
- package/src/components/icons/WandIcon.vue.d.ts +1 -1
- package/src/components/import/{FileDrop.vue → VcsFileDrop.vue} +21 -10
- package/src/components/import/VcsFileDrop.vue.d.ts +37 -0
- package/src/components/import/{ImportComponent.vue → VcsImportComponent.vue} +24 -12
- package/src/components/import/{ImportComponent.vue.d.ts → VcsImportComponent.vue.d.ts} +6 -3
- package/src/components/lists/VcsActionList.vue +15 -27
- package/src/components/lists/VcsActionList.vue.d.ts +3 -3
- package/src/components/lists/VcsList.vue +159 -152
- package/src/components/lists/VcsList.vue.d.ts +20 -20
- package/src/components/lists/VcsTreeview.vue +56 -43
- package/src/components/lists/VcsTreeview.vue.d.ts +3 -5
- package/src/components/lists/VcsTreeviewLeaf.vue +76 -75
- package/src/components/lists/VcsTreeviewLeaf.vue.d.ts +5 -17
- package/src/components/lists/VcsTreeviewSearchbar.vue +39 -83
- package/src/components/lists/VcsTreeviewSearchbar.vue.d.ts +2 -20
- package/src/components/modelHelper.d.ts +25 -0
- package/src/components/modelHelper.js +88 -0
- package/src/components/notification/VcsBadge.vue +8 -6
- package/src/components/notification/VcsBadge.vue.d.ts +2 -2
- package/src/components/notification/VcsHelp.vue +19 -14
- package/src/components/notification/VcsHelp.vue.d.ts +2 -2
- package/src/components/notification/VcsTooltip.vue +4 -8
- package/src/components/notification/VcsTooltip.vue.d.ts +3 -3
- package/src/components/plugins/AbstractConfigEditor.vue +5 -5
- package/src/components/plugins/AbstractConfigEditor.vue.d.ts +2 -2
- package/src/components/style/MenuWrapper.vue +10 -11
- package/src/components/style/MenuWrapper.vue.d.ts +5 -5
- package/src/components/style/VcsFeatureStyleComponent.vue +1 -1
- package/src/components/style/VcsFeatureStyleComponent.vue.d.ts +7 -7
- package/src/components/style/VcsFillMenu.vue +5 -6
- package/src/components/style/VcsFillMenu.vue.d.ts +5 -5
- package/src/components/style/VcsFillSelector.vue +6 -7
- package/src/components/style/VcsFillSelector.vue.d.ts +5 -5
- package/src/components/style/VcsImageMenu.vue +13 -9
- package/src/components/style/VcsImageMenu.vue.d.ts +5 -5
- package/src/components/style/VcsImageSelector.vue +36 -32
- package/src/components/style/VcsImageSelector.vue.d.ts +11 -11
- package/src/components/style/VcsStrokeMenu.vue +6 -7
- package/src/components/style/VcsStrokeMenu.vue.d.ts +5 -5
- package/src/components/style/VcsStrokeSelector.vue +19 -13
- package/src/components/style/VcsStrokeSelector.vue.d.ts +5 -5
- package/src/components/style/VcsTextMenu.vue +9 -8
- package/src/components/style/VcsTextMenu.vue.d.ts +5 -5
- package/src/components/style/VcsTextSelector.vue +14 -11
- package/src/components/style/VcsTextSelector.vue.d.ts +10 -10
- package/src/components/style/VcsVectorStyleComponent.vue +4 -4
- package/src/components/style/VcsVectorStyleComponent.vue.d.ts +8 -8
- package/src/components/style/composables.js +4 -1
- package/src/components/tables/VcsDataTable.vue +152 -207
- package/src/components/tables/VcsDataTable.vue.d.ts +10 -36
- package/src/components/tables/VcsTable.vue +13 -18
- package/src/components/tables/VcsTable.vue.d.ts +4 -4
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue +2 -2
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts +4 -4
- package/src/components/vector-properties/VcsFeatureTransforms.vue +5 -1
- package/src/components/vector-properties/VcsFeatureTransforms.vue.d.ts +2 -2
- package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +54 -47
- package/src/components/vector-properties/VcsVectorPropertiesComponent.vue.d.ts +7 -7
- package/src/components/vector-properties/composables.js +3 -3
- package/src/components/viewpoint/VcsViewpointComponent.vue +56 -104
- package/src/components/viewpoint/VcsViewpointComponent.vue.d.ts +14 -22
- package/src/components/viewpoint/VcsViewpointEditor.vue +2 -5
- package/src/components/viewpoint/VcsViewpointEditor.vue.d.ts +3 -3
- package/src/contentTree/LayerTree.vue +31 -10
- package/src/contentTree/LayerTree.vue.d.ts +3 -3
- package/src/contentTree/contentTreeCollection.d.ts +2 -2
- package/src/contentTree/contentTreeCollection.js +6 -8
- package/src/contentTree/contentTreeItem.d.ts +11 -11
- package/src/contentTree/contentTreeItem.js +8 -7
- package/src/contentTree/flightContentTreeItem.js +5 -4
- package/src/contentTree/viewpointContentTreeItem.d.ts +1 -1
- package/src/featureInfo/AddressBalloonComponent.vue +24 -26
- package/src/featureInfo/AddressBalloonComponent.vue.d.ts +1 -1
- package/src/featureInfo/BalloonComponent.vue +21 -29
- package/src/featureInfo/BalloonComponent.vue.d.ts +2 -2
- package/src/featureInfo/IframeComponent.vue.d.ts +2 -2
- package/src/featureInfo/MarkdownBalloonComponent.vue.d.ts +2 -2
- package/src/featureInfo/MarkdownComponent.vue +16 -0
- package/src/featureInfo/MarkdownComponent.vue.d.ts +7 -0
- package/src/featureInfo/abstractFeatureInfoView.d.ts +5 -5
- package/src/featureInfo/abstractFeatureInfoView.js +2 -2
- package/src/featureInfo/balloonFeatureInfoView.d.ts +2 -2
- package/src/featureInfo/balloonFeatureInfoView.js +1 -1
- package/src/featureInfo/featureInfo.js +2 -2
- package/src/featureInfo/markdownFeatureInfoView.js +1 -15
- package/src/i18n/de.d.ts +105 -0
- package/src/i18n/de.js +14 -5
- package/src/i18n/en.d.ts +105 -0
- package/src/i18n/en.js +14 -5
- package/src/init.js +10 -12
- package/src/legend/StyleLegendItem.vue +32 -28
- package/src/legend/StyleLegendItem.vue.d.ts +3 -2
- package/src/legend/VcsLegend.vue +19 -20
- package/src/legend/VcsLegend.vue.d.ts +8 -6
- package/src/legend/legendHelper.d.ts +2 -2
- package/src/legend/legendHelper.js +9 -8
- package/src/manager/buttonManager.d.ts +2 -2
- package/src/manager/buttonManager.js +6 -4
- package/src/manager/collectionManager/CollectionComponent.vue +30 -26
- package/src/manager/collectionManager/CollectionComponent.vue.d.ts +14 -2
- package/src/manager/collectionManager/CollectionComponentContent.vue +9 -11
- package/src/manager/collectionManager/CollectionComponentContent.vue.d.ts +1 -1
- package/src/manager/collectionManager/CollectionComponentList.vue +3 -3
- package/src/manager/collectionManager/CollectionComponentList.vue.d.ts +2 -2
- package/src/manager/collectionManager/CollectionComponentProvider.vue +1 -1
- package/src/manager/collectionManager/CollectionComponentProvider.vue.d.ts +2 -2
- package/src/manager/collectionManager/CollectionComponentStandalone.vue +1 -1
- package/src/manager/collectionManager/CollectionComponentStandalone.vue.d.ts +1 -1
- package/src/manager/collectionManager/CollectionManager.vue +11 -9
- package/src/manager/collectionManager/CollectionManager.vue.d.ts +1 -1
- package/src/manager/collectionManager/categoryManager.d.ts +2 -2
- package/src/manager/collectionManager/collectionComponentClass.d.ts +6 -6
- package/src/manager/collectionManager/collectionComponentClass.js +3 -3
- package/src/manager/collectionManager/collectionManager.d.ts +5 -4
- package/src/manager/collectionManager/collectionManager.js +4 -2
- package/src/manager/collectionManager/editorCollectionComponentClass.d.ts +1 -1
- package/src/manager/contextMenu/ContextMenuComponent.vue.d.ts +2 -2
- package/src/manager/panel/PanelComponent.vue.d.ts +2 -2
- package/src/manager/panel/PanelManagerComponent.vue +7 -5
- package/src/manager/panel/PanelManagerComponent.vue.d.ts +4 -4
- package/src/manager/panel/panelManager.d.ts +6 -6
- package/src/manager/panel/panelManager.js +4 -4
- package/src/manager/toolbox/GroupToolboxComponent.vue +10 -34
- package/src/manager/toolbox/GroupToolboxComponent.vue.d.ts +3 -4
- package/src/manager/toolbox/SelectToolboxComponent.vue +12 -58
- package/src/manager/toolbox/SelectToolboxComponent.vue.d.ts +2 -3
- package/src/manager/toolbox/ToolboxManager.vue +12 -38
- package/src/manager/toolbox/ToolboxManager.vue.d.ts +3 -2
- package/src/manager/toolbox/toolboxManager.d.ts +3 -3
- package/src/manager/toolbox/toolboxManager.js +2 -3
- package/src/manager/window/WindowComponent.vue +3 -2
- package/src/manager/window/WindowComponent.vue.d.ts +2 -2
- package/src/manager/window/WindowComponentHeader.vue +8 -4
- package/src/manager/window/WindowComponentHeader.vue.d.ts +3 -3
- package/src/manager/window/WindowManager.vue +4 -9
- package/src/manager/window/WindowManager.vue.d.ts +2 -2
- package/src/manager/window/windowManager.d.ts +52 -46
- package/src/manager/window/windowManager.js +33 -10
- package/src/navigation/MapNavCompass.vue.d.ts +3 -3
- package/src/navigation/MapNavigation.vue +11 -7
- package/src/navigation/MapNavigation.vue.d.ts +6 -3
- package/src/navigation/ObliqueRotation.vue +15 -17
- package/src/navigation/ObliqueRotation.vue.d.ts +5 -5
- package/src/navigation/OrientationToolsButton.vue +9 -4
- package/src/navigation/OrientationToolsButton.vue.d.ts +2 -2
- package/src/navigation/TiltSlider.vue +39 -42
- package/src/navigation/TiltSlider.vue.d.ts +5 -5
- package/src/navigation/VcsCompass.vue +15 -8
- package/src/navigation/VcsCompass.vue.d.ts +6 -6
- package/src/navigation/VcsZoomButton.vue +12 -14
- package/src/navigation/VcsZoomButton.vue.d.ts +2 -2
- package/src/navigation/locatorHelper.js +1 -1
- package/src/navigation/overviewMap.d.ts +1 -1
- package/src/navigation/overviewMap.js +3 -3
- package/src/notifier/NotifierComponent.vue +18 -21
- package/src/notifier/NotifierComponent.vue.d.ts +1 -1
- package/src/notifier/notifier.d.ts +2 -1
- package/src/notifier/notifier.js +6 -2
- package/src/search/ResultItem.vue +14 -13
- package/src/search/ResultItem.vue.d.ts +2 -2
- package/src/search/ResultsComponent.vue +13 -24
- package/src/search/ResultsComponent.vue.d.ts +2 -2
- package/src/search/SearchComponent.vue +16 -15
- package/src/search/SearchComponent.vue.d.ts +2 -2
- package/src/search/search.d.ts +2 -2
- package/src/search/search.js +6 -10
- package/src/setup.js +2 -2
- package/src/styles/_typography.scss +11 -7
- package/src/styles/main.scss +6 -3
- package/src/styles/settings.scss +6 -0
- package/src/styles/variables.scss +10 -8
- package/src/styles/vcsGrid.scss +0 -10
- package/src/styles/vcsList.scss +8 -0
- package/src/vcsUiApp.d.ts +128 -21
- package/src/vcsUiApp.js +53 -24
- package/src/vuePlugins/i18n.d.ts +8 -2
- package/src/vuePlugins/i18n.js +32 -11
- package/src/vuePlugins/vuetify.d.ts +79 -9
- package/src/vuePlugins/vuetify.js +173 -68
- package/dist/assets/index-2c09148f.js +0 -1
- package/dist/assets/ui.078e16.css +0 -5
- package/dist/assets/ui.078e16.js +0 -23835
- package/dist/assets/vue.007115.js +0 -4920
- package/dist/assets/vuetify.6ef1af.css +0 -5
- package/dist/assets/vuetify.6ef1af.js +0 -21263
- package/plugins/@vcmap-show-case/extent-example/src/ExtentExample.vue +0 -71
- package/src/components/form-inputs-controls/VcsRadioGrid.vue +0 -160
- package/src/components/form-inputs-controls/VcsRadioGrid.vue.d.ts +0 -35
- package/src/components/form-inputs-controls/composables.d.ts +0 -7
- package/src/components/form-inputs-controls/composables.js +0 -31
- package/src/components/import/FileDrop.vue.d.ts +0 -26
- package/src/styles/utils/_all.scss +0 -12
- package/src/styles/utils/_border.scss +0 -7
- package/src/styles/utils/_cursor.scss +0 -19
- package/src/styles/utils/_display.scss +0 -3
- package/src/styles/utils/_fade-in.scss +0 -8
- package/src/styles/utils/_position.scss +0 -38
- package/src/styles/utils/_size.scss +0 -79
- package/src/styles/utils/_slide-in.scss +0 -26
- package/src/styles/utils/_spacing.scss +0 -11
- package/src/styles/utils/_text.scss +0 -30
- package/src/styles/utils/_transform.scss +0 -11
- package/src/styles/utils/_transition.scss +0 -11
- package/src/styles/utils/_z-index.scss +0 -15
package/src/styles/main.scss
CHANGED
@@ -1,11 +1,9 @@
|
|
1
|
-
@import './utils/all';
|
2
|
-
|
3
|
-
@import './theming';
|
4
1
|
@import './typography';
|
5
2
|
@import './shades';
|
6
3
|
@import './variables';
|
7
4
|
@import './vcsFont';
|
8
5
|
@import './vcsGrid';
|
6
|
+
@import './vcsList';
|
9
7
|
|
10
8
|
/* latin-ext */
|
11
9
|
@font-face {
|
@@ -19,3 +17,8 @@ html.vcs-ui {
|
|
19
17
|
overflow-x: hidden !important;
|
20
18
|
overflow-y: hidden !important;
|
21
19
|
}
|
20
|
+
|
21
|
+
svg {
|
22
|
+
height: inherit;
|
23
|
+
width: inherit;
|
24
|
+
}
|
@@ -14,10 +14,11 @@ $material-dark: (
|
|
14
14
|
),
|
15
15
|
'input-bottom-line': var(--v-base-base),
|
16
16
|
'dividers': var(--v-base-lighten2),
|
17
|
-
'toolbar': rgba(map-get($shades, 'black'), 0.8),
|
18
|
-
'table':
|
19
|
-
|
20
|
-
|
17
|
+
//'toolbar': rgba(map-get($shades, 'black'), 0.8),
|
18
|
+
'table':
|
19
|
+
(
|
20
|
+
'hover': var(--v-base-lighten4),
|
21
|
+
),
|
21
22
|
);
|
22
23
|
$material-light: (
|
23
24
|
'text-fields': (
|
@@ -33,10 +34,11 @@ $material-light: (
|
|
33
34
|
'disabled': rgba(map-get($shades, 'black'), 0.5),
|
34
35
|
),
|
35
36
|
'dividers': var(--v-base-lighten2),
|
36
|
-
'toolbar': rgba(map-get($shades, 'white'), 0.8),
|
37
|
-
'table':
|
38
|
-
|
39
|
-
|
37
|
+
//'toolbar': rgba(map-get($shades, 'white'), 0.8),
|
38
|
+
'table':
|
39
|
+
(
|
40
|
+
'hover': var(--v-base-lighten4),
|
41
|
+
),
|
40
42
|
);
|
41
43
|
|
42
44
|
// input font and icon
|
package/src/styles/vcsGrid.scss
CHANGED
package/src/vcsUiApp.d.ts
CHANGED
@@ -60,7 +60,7 @@ export type VcsPlugin<P extends Object, S extends Object> = {
|
|
60
60
|
export type VcsComponentManager<T extends Object, O extends Object> = {
|
61
61
|
added: import("@vcmap/core").VcsEvent<T>;
|
62
62
|
removed: import("@vcmap/core").VcsEvent<T>;
|
63
|
-
componentIds: Array<string
|
63
|
+
componentIds: import("vue").UnwrapRef<Array<string>>;
|
64
64
|
get: (arg0: string) => T | undefined;
|
65
65
|
has: (arg0: string) => boolean;
|
66
66
|
remove: (arg0: string) => void;
|
@@ -94,6 +94,34 @@ declare class VcsUiApp extends VcsApp {
|
|
94
94
|
* @private
|
95
95
|
*/
|
96
96
|
private _pluginListeners;
|
97
|
+
/**
|
98
|
+
* @type {I18nCollection<Object>}
|
99
|
+
* @private
|
100
|
+
*/
|
101
|
+
private _i18n;
|
102
|
+
/**
|
103
|
+
*
|
104
|
+
* @type {import("vue-i18n").I18n}
|
105
|
+
* @private
|
106
|
+
*/
|
107
|
+
private _vueI18nPlugin;
|
108
|
+
/**
|
109
|
+
* @type {ReturnType<typeof import("vuetify").createVuetify>}
|
110
|
+
* @private
|
111
|
+
*/
|
112
|
+
private _vuetify;
|
113
|
+
/**
|
114
|
+
*
|
115
|
+
* @type {import("vue-i18n").Composer}
|
116
|
+
* @private
|
117
|
+
*/
|
118
|
+
private _vueI18n;
|
119
|
+
/**
|
120
|
+
*
|
121
|
+
* @type {function(): void}
|
122
|
+
* @private
|
123
|
+
*/
|
124
|
+
private _vueI18nDestroy;
|
97
125
|
/**
|
98
126
|
* @type {OverrideClassRegistry<import("./callback/vcsCallback.js").default>}
|
99
127
|
* @private
|
@@ -149,23 +177,6 @@ declare class VcsUiApp extends VcsApp {
|
|
149
177
|
* @private
|
150
178
|
*/
|
151
179
|
private _overviewMap;
|
152
|
-
/**
|
153
|
-
* @type {I18nCollection<Object>}
|
154
|
-
* @private
|
155
|
-
*/
|
156
|
-
private _i18n;
|
157
|
-
/**
|
158
|
-
*
|
159
|
-
* @type {import("vue-i18n").VueI18n}
|
160
|
-
* @private
|
161
|
-
*/
|
162
|
-
private _vueI18n;
|
163
|
-
/**
|
164
|
-
*
|
165
|
-
* @type {function(): void}
|
166
|
-
* @private
|
167
|
-
*/
|
168
|
-
private _vueI18nDestroy;
|
169
180
|
/**
|
170
181
|
* @type {CategoryManager}
|
171
182
|
* @private
|
@@ -247,9 +258,106 @@ declare class VcsUiApp extends VcsApp {
|
|
247
258
|
*/
|
248
259
|
get i18n(): I18nCollection;
|
249
260
|
/**
|
250
|
-
* @returns {import("vue-i18n").
|
261
|
+
* @returns {import("vue-i18n").I18n}
|
262
|
+
*/
|
263
|
+
get vueI18nPlugin(): import("vue-i18n").I18n<any, any, any, string, boolean>;
|
264
|
+
/**
|
265
|
+
* @returns {ReturnType<typeof import("vuetify").createVuetify>}
|
266
|
+
*/
|
267
|
+
get vuetify(): {
|
268
|
+
install: (app: import("vue").App<any>) => void;
|
269
|
+
defaults: import("vue").Ref<import("vuetify").DefaultsInstance>;
|
270
|
+
display: import("vuetify").DisplayInstance; /**
|
271
|
+
* @type {import("@vcmap/core").OverrideCollection<AbstractFeatureInfoView>}
|
272
|
+
* @private
|
273
|
+
*/
|
274
|
+
theme: import("vuetify").ThemeInstance & {
|
275
|
+
install: (app: import("vue").App<any>) => void;
|
276
|
+
};
|
277
|
+
icons: Record<string, any>;
|
278
|
+
locale: {
|
279
|
+
isRtl: import("vue").Ref<boolean>;
|
280
|
+
rtl: import("vue").Ref<Record<string, boolean>>;
|
281
|
+
rtlClasses: import("vue").Ref<string>;
|
282
|
+
name: string;
|
283
|
+
messages: import("vue").Ref<import("vuetify").LocaleMessages>;
|
284
|
+
current: import("vue").Ref<string>;
|
285
|
+
fallback: import("vue").Ref<string>;
|
286
|
+
t: (key: string, ...params: unknown[]) => string;
|
287
|
+
n: (value: number) => string;
|
288
|
+
provide: (props: import("vuetify").LocaleOptions) => import("vuetify").LocaleInstance;
|
289
|
+
};
|
290
|
+
date: {
|
291
|
+
options: {
|
292
|
+
adapter: (new (options: {
|
293
|
+
locale: any;
|
294
|
+
formats?: any;
|
295
|
+
}) => import("vuetify").DateInstance) | import("vuetify").DateInstance;
|
296
|
+
formats?: Record<string, any> | undefined;
|
297
|
+
locale: Record<string, any>;
|
298
|
+
};
|
299
|
+
instance: {
|
300
|
+
locale?: any;
|
301
|
+
date: (value?: any) => unknown;
|
302
|
+
format: (date: unknown, formatString: string) => string;
|
303
|
+
toJsDate: (value: unknown) => Date;
|
304
|
+
parseISO: (date: string) => unknown;
|
305
|
+
toISO: (date: unknown) => string;
|
306
|
+
startOfDay: (date: unknown) => unknown;
|
307
|
+
endOfDay: (date: unknown) => unknown;
|
308
|
+
startOfWeek: (date: unknown) => unknown; /**
|
309
|
+
* An event triggered when the VcsApp was mounted and a target was set for the maps.
|
310
|
+
* Provides the id of the target html element.
|
311
|
+
* @type {import("@vcmap/core").VcsEvent<string>}
|
312
|
+
*/
|
313
|
+
endOfWeek: (date: unknown) => unknown;
|
314
|
+
startOfMonth: (date: unknown) => unknown;
|
315
|
+
endOfMonth: (date: unknown) => unknown;
|
316
|
+
startOfYear: (date: unknown) => unknown;
|
317
|
+
endOfYear: (date: unknown) => unknown;
|
318
|
+
isAfter: (date: unknown, comparing: unknown) => boolean;
|
319
|
+
isAfterDay: (value: unknown, comparing: unknown) => boolean;
|
320
|
+
isSameDay: (date: unknown, comparing: unknown) => boolean;
|
321
|
+
isSameMonth: (date: unknown, comparing: unknown) => boolean;
|
322
|
+
isSameYear: (value: unknown, comparing: unknown) => boolean;
|
323
|
+
isBefore: (date: unknown, comparing: unknown) => boolean;
|
324
|
+
isEqual: (date: unknown, comparing: unknown) => boolean;
|
325
|
+
isValid: (date: any) => boolean;
|
326
|
+
isWithinRange: (date: unknown, range: [unknown, unknown]) => boolean;
|
327
|
+
addMinutes: (date: unknown, amount: number) => unknown;
|
328
|
+
addHours: (date: unknown, amount: number) => unknown;
|
329
|
+
addDays: (date: unknown, amount: number) => unknown;
|
330
|
+
addWeeks: (date: unknown, amount: number) => unknown;
|
331
|
+
addMonths: (date: unknown, amount: number) => unknown;
|
332
|
+
getYear: (date: unknown) => number;
|
333
|
+
setYear: (date: unknown, year: number) => unknown;
|
334
|
+
getDiff: (date: unknown, comparing: unknown, unit?: string | undefined) => number;
|
335
|
+
getWeekArray: (date: unknown) => unknown[][];
|
336
|
+
getWeekdays: () => string[];
|
337
|
+
getMonth: (date: unknown) => number;
|
338
|
+
setMonth: (date: unknown, month: number) => unknown;
|
339
|
+
getDate: (date: unknown) => number;
|
340
|
+
setDate: (date: unknown, day: number) => unknown;
|
341
|
+
getNextMonth: (date: unknown) => unknown;
|
342
|
+
getPreviousMonth: (date: unknown) => unknown;
|
343
|
+
/**
|
344
|
+
* @type {I18nCollection}
|
345
|
+
*/
|
346
|
+
getHours: (date: unknown) => number;
|
347
|
+
setHours: (date: unknown, hours: number) => unknown;
|
348
|
+
getMinutes: (date: unknown) => number;
|
349
|
+
setMinutes: (date: unknown, minutes: number) => unknown;
|
350
|
+
};
|
351
|
+
};
|
352
|
+
goTo: {
|
353
|
+
rtl: import("vue").Ref<boolean>;
|
354
|
+
options: Record<string, any>;
|
355
|
+
};
|
356
|
+
};
|
357
|
+
/**
|
358
|
+
* @returns {import("vue-i18n").VueI18n}
|
251
359
|
*/
|
252
|
-
get vueI18n(): import("vue-i18n").
|
360
|
+
get vueI18n(): import("vue-i18n").VueI18n<any, any, any, string, string, string, import("vue-i18n").Composer<any, any, any, string, string, string>>;
|
253
361
|
/**
|
254
362
|
* @returns {CategoryManager}
|
255
363
|
*/
|
@@ -295,7 +403,6 @@ declare class VcsUiApp extends VcsApp {
|
|
295
403
|
*/
|
296
404
|
serializeModule(moduleId: string): VcsUiModuleConfig;
|
297
405
|
}
|
298
|
-
import { version } from '../package.json';
|
299
406
|
import { VcsApp } from '@vcmap/core';
|
300
407
|
import { VcsEvent } from '@vcmap/core';
|
301
408
|
import { Collection } from '@vcmap/core';
|
package/src/vcsUiApp.js
CHANGED
@@ -44,6 +44,7 @@ import AbstractFeatureInfoView from './featureInfo/abstractFeatureInfoView.js';
|
|
44
44
|
import { createVueI18n, setupI18n } from './vuePlugins/i18n.js';
|
45
45
|
import { callbackClassRegistry } from './callback/vcsCallback.js';
|
46
46
|
import createSiteConfig from './siteConfig.js';
|
47
|
+
import { createVcsVuetify } from './vuePlugins/vuetify.js';
|
47
48
|
|
48
49
|
/**
|
49
50
|
* @typedef {import("@vcmap/core").VcsModuleConfig & {
|
@@ -108,7 +109,7 @@ import createSiteConfig from './siteConfig.js';
|
|
108
109
|
* @typedef {{
|
109
110
|
* added: import("@vcmap/core").VcsEvent<T>,
|
110
111
|
* removed: import("@vcmap/core").VcsEvent<T>,
|
111
|
-
* componentIds: Array<string
|
112
|
+
* componentIds: import("vue").UnwrapRef<Array<string>>,
|
112
113
|
* get: function(string):T|undefined,
|
113
114
|
* has: function(string):boolean,
|
114
115
|
* remove: function(string):void,
|
@@ -208,6 +209,41 @@ class VcsUiApp extends VcsApp {
|
|
208
209
|
}),
|
209
210
|
];
|
210
211
|
|
212
|
+
/**
|
213
|
+
* @type {I18nCollection<Object>}
|
214
|
+
* @private
|
215
|
+
*/
|
216
|
+
this._i18n = makeOverrideCollection(
|
217
|
+
new I18nCollection(this._plugins),
|
218
|
+
() => this.dynamicModuleId,
|
219
|
+
);
|
220
|
+
|
221
|
+
/**
|
222
|
+
*
|
223
|
+
* @type {import("vue-i18n").I18n}
|
224
|
+
* @private
|
225
|
+
*/
|
226
|
+
this._vueI18nPlugin = createVueI18n();
|
227
|
+
|
228
|
+
/**
|
229
|
+
* @type {ReturnType<typeof import("vuetify").createVuetify>}
|
230
|
+
* @private
|
231
|
+
*/
|
232
|
+
this._vuetify = createVcsVuetify(this._vueI18nPlugin);
|
233
|
+
|
234
|
+
/**
|
235
|
+
*
|
236
|
+
* @type {import("vue-i18n").Composer}
|
237
|
+
* @private
|
238
|
+
*/
|
239
|
+
this._vueI18n = this._vueI18nPlugin.global;
|
240
|
+
/**
|
241
|
+
*
|
242
|
+
* @type {function(): void}
|
243
|
+
* @private
|
244
|
+
*/
|
245
|
+
this._vueI18nDestroy = setupI18n(this);
|
246
|
+
|
211
247
|
/**
|
212
248
|
* @type {OverrideClassRegistry<import("./callback/vcsCallback.js").default>}
|
213
249
|
* @private
|
@@ -253,6 +289,7 @@ class VcsUiApp extends VcsApp {
|
|
253
289
|
* @private
|
254
290
|
*/
|
255
291
|
this._navbarManager = new NavbarManager();
|
292
|
+
|
256
293
|
/**
|
257
294
|
* @type {import("@vcmap/core").OverrideCollection<import("./uiConfig.js").UiConfigurationItem<unknown>, UiConfig>}
|
258
295
|
* @private
|
@@ -284,28 +321,6 @@ class VcsUiApp extends VcsApp {
|
|
284
321
|
*/
|
285
322
|
this._overviewMap = new OverviewMap(this);
|
286
323
|
|
287
|
-
/**
|
288
|
-
* @type {I18nCollection<Object>}
|
289
|
-
* @private
|
290
|
-
*/
|
291
|
-
this._i18n = makeOverrideCollection(
|
292
|
-
new I18nCollection(this._plugins),
|
293
|
-
() => this.dynamicModuleId,
|
294
|
-
);
|
295
|
-
|
296
|
-
/**
|
297
|
-
*
|
298
|
-
* @type {import("vue-i18n").VueI18n}
|
299
|
-
* @private
|
300
|
-
*/
|
301
|
-
this._vueI18n = createVueI18n();
|
302
|
-
/**
|
303
|
-
*
|
304
|
-
* @type {function(): void}
|
305
|
-
* @private
|
306
|
-
*/
|
307
|
-
this._vueI18nDestroy = setupI18n(this);
|
308
|
-
|
309
324
|
/**
|
310
325
|
* @type {CategoryManager}
|
311
326
|
* @private
|
@@ -430,7 +445,21 @@ class VcsUiApp extends VcsApp {
|
|
430
445
|
}
|
431
446
|
|
432
447
|
/**
|
433
|
-
* @returns {import("vue-i18n").
|
448
|
+
* @returns {import("vue-i18n").I18n}
|
449
|
+
*/
|
450
|
+
get vueI18nPlugin() {
|
451
|
+
return this._vueI18nPlugin;
|
452
|
+
}
|
453
|
+
|
454
|
+
/**
|
455
|
+
* @returns {ReturnType<typeof import("vuetify").createVuetify>}
|
456
|
+
*/
|
457
|
+
get vuetify() {
|
458
|
+
return this._vuetify;
|
459
|
+
}
|
460
|
+
|
461
|
+
/**
|
462
|
+
* @returns {import("vue-i18n").VueI18n}
|
434
463
|
*/
|
435
464
|
get vueI18n() {
|
436
465
|
return this._vueI18n;
|
package/src/vuePlugins/i18n.d.ts
CHANGED
@@ -1,8 +1,14 @@
|
|
1
1
|
/**
|
2
2
|
* creates a new VueI18n Instance.
|
3
|
-
* @returns {import("vue-i18n").
|
3
|
+
* @returns {import("vue-i18n").I18n}
|
4
4
|
*/
|
5
|
-
export function createVueI18n(): import("vue-i18n").
|
5
|
+
export function createVueI18n(): import("vue-i18n").I18n;
|
6
|
+
/**
|
7
|
+
* creates a Vue Plugin with a new $st template helper which can handle undefined. Will just redirect to vueI18n,
|
8
|
+
* if key is a string
|
9
|
+
* @returns {import("vue").Plugin}
|
10
|
+
*/
|
11
|
+
export function createSafeI18n(): import("vue").Plugin;
|
6
12
|
/**
|
7
13
|
* @param {import("../vcsUiApp.js").default} app
|
8
14
|
* @returns {function():void} returns a destroy function
|
package/src/vuePlugins/i18n.js
CHANGED
@@ -1,17 +1,16 @@
|
|
1
|
-
import
|
2
|
-
import
|
3
|
-
|
4
|
-
Vue.use(VueI18n);
|
1
|
+
import { createI18n } from 'vue-i18n';
|
2
|
+
import { is } from '@vcsuite/check';
|
5
3
|
|
6
4
|
/**
|
7
5
|
* creates a new VueI18n Instance.
|
8
|
-
* @returns {import("vue-i18n").
|
6
|
+
* @returns {import("vue-i18n").I18n}
|
9
7
|
*/
|
10
8
|
export function createVueI18n() {
|
11
|
-
return
|
9
|
+
return createI18n({
|
10
|
+
legacy: false,
|
12
11
|
locale: 'en',
|
13
|
-
|
14
|
-
|
12
|
+
missingWarn: false,
|
13
|
+
fallbackWarn: false,
|
15
14
|
fallbackLocale: ['en', 'de'],
|
16
15
|
messages: {
|
17
16
|
en: {},
|
@@ -20,13 +19,34 @@ export function createVueI18n() {
|
|
20
19
|
});
|
21
20
|
}
|
22
21
|
|
22
|
+
/**
|
23
|
+
* creates a Vue Plugin with a new $st template helper which can handle undefined. Will just redirect to vueI18n,
|
24
|
+
* if key is a string
|
25
|
+
* @returns {import("vue").Plugin}
|
26
|
+
*/
|
27
|
+
export function createSafeI18n() {
|
28
|
+
return {
|
29
|
+
install: (vApp) => {
|
30
|
+
vApp.config.globalProperties.$st = (key, ...args) => {
|
31
|
+
if (!is(key, String)) {
|
32
|
+
if (key !== null && key !== undefined) {
|
33
|
+
return String(key);
|
34
|
+
}
|
35
|
+
return '';
|
36
|
+
}
|
37
|
+
return vApp.config.globalProperties.$t(key, ...args);
|
38
|
+
};
|
39
|
+
},
|
40
|
+
};
|
41
|
+
}
|
42
|
+
|
23
43
|
/**
|
24
44
|
* sets the messages to the app's I18n Instance;
|
25
45
|
* @param {import("../vcsUiApp.js").default} app
|
26
46
|
*/
|
27
47
|
function setI18nMessages(app) {
|
28
48
|
app.vueI18n.availableLocales.forEach((locale) => {
|
29
|
-
app.vueI18n.setLocaleMessage(locale,
|
49
|
+
app.vueI18n.setLocaleMessage(locale, {});
|
30
50
|
});
|
31
51
|
Object.entries(app.i18n.getMergedMessages()).forEach(
|
32
52
|
([locale, localeMessages]) => {
|
@@ -41,18 +61,19 @@ function setI18nMessages(app) {
|
|
41
61
|
*/
|
42
62
|
export function setupI18n(app) {
|
43
63
|
setI18nMessages(app);
|
44
|
-
app.vueI18n.locale = app.locale;
|
64
|
+
app.vueI18n.locale.value = app.locale;
|
45
65
|
const destroyFunctions = [
|
46
66
|
app.i18n.changed.addEventListener(() => {
|
47
67
|
setI18nMessages(app);
|
48
68
|
}),
|
49
69
|
app.localeChanged.addEventListener((locale) => {
|
50
|
-
app.vueI18n.locale = locale;
|
70
|
+
app.vueI18n.locale.value = locale;
|
51
71
|
}),
|
52
72
|
];
|
53
73
|
return function tearDownI18nSetup() {
|
54
74
|
destroyFunctions.forEach((destroy) => {
|
55
75
|
destroy();
|
56
76
|
});
|
77
|
+
app.vueI18nPlugin.dispose();
|
57
78
|
};
|
58
79
|
}
|
@@ -1,19 +1,93 @@
|
|
1
|
+
export function createVcsThemes(): {
|
2
|
+
light: {
|
3
|
+
colors: {
|
4
|
+
base: string;
|
5
|
+
'base-lighten-5': string;
|
6
|
+
'base-lighten-4': string;
|
7
|
+
'base-lighten-3': string;
|
8
|
+
'base-lighten-2': string;
|
9
|
+
'base-lighten-1': string;
|
10
|
+
'base-darken-1': string;
|
11
|
+
'base-darken-2': string;
|
12
|
+
'base-darken-3': string;
|
13
|
+
'base-darken-4': string;
|
14
|
+
primary: string;
|
15
|
+
warning: string;
|
16
|
+
error: string;
|
17
|
+
info: string;
|
18
|
+
success: string;
|
19
|
+
'surface-light': string;
|
20
|
+
};
|
21
|
+
variables: {
|
22
|
+
'hover-opacity': number;
|
23
|
+
'high-emphasis-opacity': number;
|
24
|
+
'medium-emphasis-opacity': number;
|
25
|
+
'vcs-item-height': string;
|
26
|
+
'vcs-font-size': string;
|
27
|
+
'vcs-font-family': string;
|
28
|
+
};
|
29
|
+
};
|
30
|
+
dark: {
|
31
|
+
colors: {
|
32
|
+
base: string;
|
33
|
+
'base-lighten-5': string;
|
34
|
+
'base-lighten-4': string;
|
35
|
+
'base-lighten-3': string;
|
36
|
+
'base-lighten-2': string;
|
37
|
+
'base-lighten-1': string;
|
38
|
+
'base-darken-1': string;
|
39
|
+
'base-darken-2': string;
|
40
|
+
'base-darken-3': string;
|
41
|
+
'base-darken-4': string;
|
42
|
+
primary: string;
|
43
|
+
warning: string;
|
44
|
+
error: string;
|
45
|
+
info: string;
|
46
|
+
success: string;
|
47
|
+
'surface-light': string;
|
48
|
+
};
|
49
|
+
variables: {
|
50
|
+
'hover-opacity': number;
|
51
|
+
'vcs-item-height': string;
|
52
|
+
'vcs-font-size': string;
|
53
|
+
'vcs-font-family': string;
|
54
|
+
};
|
55
|
+
};
|
56
|
+
};
|
57
|
+
/**
|
58
|
+
* @param {import("vue-i18n").I18n} i18n
|
59
|
+
* @returns {ReturnType<typeof import("vuetify").createVuetify>}
|
60
|
+
*/
|
61
|
+
export function createVcsVuetify(i18n: import("vue-i18n").I18n): ReturnType<typeof import("vuetify").createVuetify>;
|
1
62
|
/**
|
2
|
-
* @
|
63
|
+
* @param {import("../vcsUiApp.js").default} app
|
64
|
+
* @returns {boolean}
|
3
65
|
*/
|
4
|
-
export function
|
66
|
+
export function isDark(app: import("../vcsUiApp.js").default): boolean;
|
5
67
|
/**
|
6
68
|
* Returns the default primary color depending on the selected theme mode
|
69
|
+
* @param {import("../vcsUiApp.js").default} app
|
7
70
|
* @returns {string}
|
8
71
|
*/
|
9
|
-
export function getDefaultPrimaryColor(): string;
|
72
|
+
export function getDefaultPrimaryColor(app: import("../vcsUiApp.js").default): string;
|
10
73
|
/**
|
11
74
|
* Returns the color depending on the current theme mode
|
75
|
+
* @param {import("../vcsUiApp.js").default} app
|
12
76
|
* @param {string} value - color key, e.g. 'primary'
|
13
|
-
* @param {string=} variant - color variant, e.g. '
|
77
|
+
* @param {string=} variant - color variant, e.g. 'lighten-1', 'darken-4', ...
|
14
78
|
* @returns {string}
|
15
79
|
*/
|
16
|
-
export function getColorByKey(value: string, variant?: string | undefined): string;
|
80
|
+
export function getColorByKey(app: import("../vcsUiApp.js").default, value: string, variant?: string | undefined): string;
|
81
|
+
/**
|
82
|
+
* returns the itemHeight as a number
|
83
|
+
* @returns {import("vue").ComputedRef<number>}
|
84
|
+
*/
|
85
|
+
export function useItemHeight(): import("vue").ComputedRef<number>;
|
86
|
+
/**
|
87
|
+
* returns the fontSize as a number
|
88
|
+
* @returns {import("vue").ComputedRef<number>}
|
89
|
+
*/
|
90
|
+
export function useFontSize(): import("vue").ComputedRef<number>;
|
17
91
|
/**
|
18
92
|
* @type {{light:string,dark:string}}
|
19
93
|
*/
|
@@ -21,7 +95,3 @@ export const defaultPrimaryColor: {
|
|
21
95
|
light: string;
|
22
96
|
dark: string;
|
23
97
|
};
|
24
|
-
/**
|
25
|
-
* @type {import("vuetify").default}
|
26
|
-
*/
|
27
|
-
export const vuetify: import("vuetify").default;
|