@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
@@ -21,15 +21,15 @@
|
|
21
21
|
<v-container class="py-0 px-1">
|
22
22
|
<v-row no-gutters>
|
23
23
|
<v-col class="w-max-half">
|
24
|
-
<VcsLabel html-for="selectInput"
|
24
|
+
<VcsLabel html-for="selectInput">
|
25
25
|
{{ $t('form-inputs-example.select') }}
|
26
26
|
</VcsLabel>
|
27
27
|
</v-col>
|
28
28
|
<v-col class="w-max-half">
|
29
29
|
<VcsSelect
|
30
30
|
id="selectInput"
|
31
|
+
loading="primary"
|
31
32
|
:items="selectOptions"
|
32
|
-
:dense="dense"
|
33
33
|
:rules="[(v) => v !== 'D' || 'D is not allowed']"
|
34
34
|
v-model="state.selected"
|
35
35
|
/>
|
@@ -37,7 +37,7 @@
|
|
37
37
|
</v-row>
|
38
38
|
<v-row no-gutters>
|
39
39
|
<v-col>
|
40
|
-
<VcsLabel html-for="conditionalInput"
|
40
|
+
<VcsLabel html-for="conditionalInput">
|
41
41
|
ConditionalInput
|
42
42
|
</VcsLabel>
|
43
43
|
</v-col>
|
@@ -45,7 +45,6 @@
|
|
45
45
|
<VcsTextField
|
46
46
|
id="conditionalInput"
|
47
47
|
clearable
|
48
|
-
:dense="dense"
|
49
48
|
:rules="[
|
50
49
|
conditionalTest(state.conditionalInput, state.selected),
|
51
50
|
]"
|
@@ -56,9 +55,7 @@
|
|
56
55
|
</v-row>
|
57
56
|
<v-row no-gutters>
|
58
57
|
<v-col class="w-max-half">
|
59
|
-
<VcsLabel html-for="arrayInput"
|
60
|
-
Array Input
|
61
|
-
</VcsLabel>
|
58
|
+
<VcsLabel html-for="arrayInput"> Array Input </VcsLabel>
|
62
59
|
</v-col>
|
63
60
|
</v-row>
|
64
61
|
<v-row no-gutters>
|
@@ -66,8 +63,7 @@
|
|
66
63
|
<VcsChipArrayInput
|
67
64
|
id="arrayInput"
|
68
65
|
type="number"
|
69
|
-
|
70
|
-
v-model="state.arrayInput"
|
66
|
+
v-model="array"
|
71
67
|
:rules="[arrayTest]"
|
72
68
|
/>
|
73
69
|
</v-col>
|
@@ -76,7 +72,6 @@
|
|
76
72
|
<v-col>
|
77
73
|
<VcsChipArrayInput
|
78
74
|
id="arrayInput"
|
79
|
-
:dense="dense"
|
80
75
|
v-model="state.arrayInputString"
|
81
76
|
column
|
82
77
|
/>
|
@@ -85,10 +80,13 @@
|
|
85
80
|
<v-row no-gutters>
|
86
81
|
<v-col>
|
87
82
|
<VcsTextField
|
88
|
-
:dense="dense"
|
89
83
|
v-model="state.initialTextInput"
|
90
84
|
:rules="[isValidText]"
|
91
|
-
:loading="
|
85
|
+
:loading="
|
86
|
+
state.initialTextInput === 'myInitialText'
|
87
|
+
? 'primary'
|
88
|
+
: undefined
|
89
|
+
"
|
92
90
|
:error-messages="
|
93
91
|
!state.checkboxInput
|
94
92
|
? ['manual error message depending on checkbox']
|
@@ -103,38 +101,32 @@
|
|
103
101
|
:dense="dense"
|
104
102
|
:rules="[(v) => !!v || 'text area must not be empty']"
|
105
103
|
placeholder="This is a text area"
|
104
|
+
tooltip="This is a tooltip"
|
106
105
|
rows="2"
|
107
106
|
/>
|
108
107
|
</v-col>
|
109
108
|
</v-row>
|
110
109
|
<v-row no-gutters>
|
111
110
|
<v-col>
|
112
|
-
<VcsLabel html-for="emailInput"
|
113
|
-
Email
|
114
|
-
</VcsLabel>
|
111
|
+
<VcsLabel html-for="emailInput" required> Email </VcsLabel>
|
115
112
|
</v-col>
|
116
113
|
<v-col>
|
117
114
|
<VcsTextField
|
118
115
|
id="emailInput"
|
119
|
-
:dense="dense"
|
120
116
|
type="email"
|
121
117
|
:rules="[isValidEmail]"
|
122
118
|
v-model="state.email"
|
123
|
-
color="blue"
|
124
119
|
placeholder="Email address"
|
125
120
|
/>
|
126
121
|
</v-col>
|
127
122
|
</v-row>
|
128
123
|
<v-row no-gutters>
|
129
124
|
<v-col>
|
130
|
-
<VcsLabel html-for="prependedInput"
|
131
|
-
String With Icon
|
132
|
-
</VcsLabel>
|
125
|
+
<VcsLabel html-for="prependedInput"> String With Icon </VcsLabel>
|
133
126
|
</v-col>
|
134
127
|
<v-col>
|
135
128
|
<VcsTextField
|
136
129
|
id="prependedInput"
|
137
|
-
:dense="dense"
|
138
130
|
prepend-icon="mdi-map-marker"
|
139
131
|
v-model="state.prependedInput"
|
140
132
|
label="text"
|
@@ -143,23 +135,20 @@
|
|
143
135
|
</v-row>
|
144
136
|
<v-row no-gutters>
|
145
137
|
<v-col>
|
146
|
-
<VcsLabel html-for="fileInput"
|
147
|
-
File input
|
148
|
-
</VcsLabel>
|
138
|
+
<VcsLabel html-for="fileInput"> File input </VcsLabel>
|
149
139
|
</v-col>
|
150
140
|
<v-col>
|
151
|
-
<
|
141
|
+
<VcsFileInput
|
152
142
|
id="fileInput"
|
153
|
-
:dense="dense"
|
154
|
-
type="file"
|
155
143
|
multiple
|
144
|
+
tooltip="Click to select a file."
|
156
145
|
v-model="state.files"
|
157
146
|
/>
|
158
147
|
</v-col>
|
159
148
|
</v-row>
|
160
149
|
<v-row no-gutters>
|
161
150
|
<v-col>
|
162
|
-
<VcsLabel html-for="dateInput"
|
151
|
+
<VcsLabel html-for="dateInput"> Date </VcsLabel>
|
163
152
|
</v-col>
|
164
153
|
<v-col>
|
165
154
|
<VcsDatePicker id="dateInput" v-model="state.dateInput" />
|
@@ -176,14 +165,11 @@
|
|
176
165
|
<v-container class="py-0 px-1">
|
177
166
|
<v-row no-gutters>
|
178
167
|
<v-col>
|
179
|
-
<VcsLabel html-for="numberInput"
|
180
|
-
NumberInput
|
181
|
-
</VcsLabel>
|
168
|
+
<VcsLabel html-for="numberInput"> NumberInput </VcsLabel>
|
182
169
|
</v-col>
|
183
170
|
<v-col>
|
184
171
|
<VcsTextField
|
185
172
|
id="numberInput"
|
186
|
-
:dense="dense"
|
187
173
|
type="number"
|
188
174
|
step="1"
|
189
175
|
unit="cm"
|
@@ -194,9 +180,7 @@
|
|
194
180
|
</v-row>
|
195
181
|
<v-row no-gutters class="align-center">
|
196
182
|
<v-col>
|
197
|
-
<VcsLabel html-for="sliderInput"
|
198
|
-
Slider
|
199
|
-
</VcsLabel>
|
183
|
+
<VcsLabel html-for="sliderInput"> Slider </VcsLabel>
|
200
184
|
</v-col>
|
201
185
|
<v-col>
|
202
186
|
<VcsSlider
|
@@ -210,7 +194,7 @@
|
|
210
194
|
</v-row>
|
211
195
|
<v-row no-gutters>
|
212
196
|
<v-col>
|
213
|
-
<VcsLabel html-for="formattedNumber"
|
197
|
+
<VcsLabel html-for="formattedNumber">
|
214
198
|
VcsFormattedNumber
|
215
199
|
</VcsLabel>
|
216
200
|
</v-col>
|
@@ -224,7 +208,7 @@
|
|
224
208
|
/>
|
225
209
|
</v-col>
|
226
210
|
</v-row>
|
227
|
-
<v-row no-gutters class="
|
211
|
+
<v-row no-gutters class="gc-2">
|
228
212
|
<v-col>
|
229
213
|
<VcsFormattedNumber
|
230
214
|
id="formattedNumber"
|
@@ -256,41 +240,7 @@
|
|
256
240
|
/>
|
257
241
|
</v-col>
|
258
242
|
</v-row>
|
259
|
-
<v-
|
260
|
-
<v-col>
|
261
|
-
<VcsTextField
|
262
|
-
id="coordinateX"
|
263
|
-
:dense="dense"
|
264
|
-
type="number"
|
265
|
-
step="10"
|
266
|
-
prefix="X"
|
267
|
-
unit="cm"
|
268
|
-
v-model.number="state.numberInput"
|
269
|
-
/>
|
270
|
-
</v-col>
|
271
|
-
<v-col>
|
272
|
-
<VcsTextField
|
273
|
-
id="coordinateY"
|
274
|
-
:dense="dense"
|
275
|
-
type="number"
|
276
|
-
step="10"
|
277
|
-
prefix="Y"
|
278
|
-
unit="cm"
|
279
|
-
v-model.number="state.numberInput"
|
280
|
-
/>
|
281
|
-
</v-col>
|
282
|
-
<v-col>
|
283
|
-
<VcsTextField
|
284
|
-
id="coordinateZ"
|
285
|
-
:dense="dense"
|
286
|
-
type="number"
|
287
|
-
step="10"
|
288
|
-
unit="cm"
|
289
|
-
prefix="Z"
|
290
|
-
v-model.number="state.numberInput"
|
291
|
-
/>
|
292
|
-
</v-col>
|
293
|
-
</v-row>
|
243
|
+
<VcsCoordinate v-model="array" />
|
294
244
|
</v-container>
|
295
245
|
</template>
|
296
246
|
</VcsFormSection>
|
@@ -300,59 +250,93 @@
|
|
300
250
|
start-open
|
301
251
|
:disabled="!state.checkboxInput"
|
302
252
|
>
|
303
|
-
<
|
304
|
-
<v-
|
305
|
-
<v-
|
306
|
-
<
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
:
|
334
|
-
:
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
253
|
+
<v-container class="py-0 px-1">
|
254
|
+
<v-row no-gutters>
|
255
|
+
<v-col>
|
256
|
+
<VcsRadio
|
257
|
+
:items="[
|
258
|
+
...selectOptions,
|
259
|
+
{
|
260
|
+
label: 'Radio Option E colored',
|
261
|
+
color: 'primary',
|
262
|
+
value: 'E',
|
263
|
+
},
|
264
|
+
]"
|
265
|
+
v-model="state.selected"
|
266
|
+
:rules="[(v) => v !== 'D' || 'D is not allowed']"
|
267
|
+
inline
|
268
|
+
/>
|
269
|
+
</v-col>
|
270
|
+
</v-row>
|
271
|
+
<v-row no-gutters>
|
272
|
+
<v-col>
|
273
|
+
<VcsLabel> Radio with img label </VcsLabel>
|
274
|
+
</v-col>
|
275
|
+
</v-row>
|
276
|
+
<v-row no-gutters>
|
277
|
+
<v-col>
|
278
|
+
<VcsRadio
|
279
|
+
v-model="state.selected"
|
280
|
+
:items="[
|
281
|
+
{ value: 'AAAAAAAA', src: 'mdi-circle-outline' },
|
282
|
+
{ value: 'B', src: 'mdi-close' },
|
283
|
+
{ value: 'C', src: 'mdi-triangle-outline' },
|
284
|
+
{ value: 'D', src: 'mdi-square-outline' },
|
285
|
+
]"
|
286
|
+
:dense="dense"
|
287
|
+
:rules="[(v) => v !== 'D' || 'Square is not allowed']"
|
288
|
+
tooltip="This is a radio grid"
|
289
|
+
inline
|
290
|
+
label-position="top"
|
291
|
+
class="d-flex justify-center"
|
292
|
+
>
|
293
|
+
<template #label="{ item, error }">
|
294
|
+
<figure>
|
295
|
+
<v-icon
|
296
|
+
size="24"
|
297
|
+
class="d-flex justify-center mx-auto"
|
298
|
+
:class="{ 'text-error': error }"
|
299
|
+
>
|
300
|
+
{{ item.src }}
|
301
|
+
</v-icon>
|
302
|
+
<figcaption
|
303
|
+
class="d-flex justify-center"
|
304
|
+
:class="{ 'text-error': error }"
|
305
|
+
>
|
306
|
+
{{ item.value }}
|
307
|
+
</figcaption>
|
308
|
+
</figure>
|
309
|
+
</template>
|
310
|
+
</VcsRadio>
|
311
|
+
</v-col>
|
312
|
+
</v-row>
|
313
|
+
<v-row no-gutters>
|
314
|
+
<v-col>
|
315
|
+
<VcsCheckbox
|
316
|
+
id="checkboxInput"
|
317
|
+
label="CheckboxInput"
|
318
|
+
tooltip="This is a checkbox for terms of usage"
|
319
|
+
:rules="[
|
320
|
+
() => state.checkboxInput || 'Please accept our terms of use',
|
321
|
+
]"
|
322
|
+
v-model="state.checkboxInput"
|
323
|
+
/>
|
324
|
+
</v-col>
|
325
|
+
<v-col>
|
326
|
+
<VcsFormButton
|
327
|
+
:is-active="state.checkboxInput"
|
328
|
+
@click="state.checkboxInput = !state.checkboxInput"
|
329
|
+
tooltip="toggle button"
|
330
|
+
color="warning"
|
331
|
+
tooltip-position="right"
|
332
|
+
class="pt-1"
|
333
|
+
>
|
334
|
+
<span v-if="state.checkboxInput">Active-true</span>
|
335
|
+
<span v-else>Active-false</span>
|
336
|
+
</VcsFormButton>
|
337
|
+
</v-col>
|
338
|
+
</v-row>
|
339
|
+
</v-container>
|
356
340
|
</VcsFormSection>
|
357
341
|
<VcsFormSection heading="VcsFormSection Mixed Inputs">
|
358
342
|
<template #header="{ heading }">
|
@@ -365,13 +349,7 @@
|
|
365
349
|
<v-container class="py-0 px-1">
|
366
350
|
<v-row>
|
367
351
|
<v-col cols="1">
|
368
|
-
<VcsLabel
|
369
|
-
html-for="textInput"
|
370
|
-
:dense="dense"
|
371
|
-
class="text-caption"
|
372
|
-
>
|
373
|
-
1
|
374
|
-
</VcsLabel>
|
352
|
+
<VcsLabel html-for="textInput" class="text-caption"> 1 </VcsLabel>
|
375
353
|
</v-col>
|
376
354
|
<v-col>
|
377
355
|
<VcsSelect
|
@@ -402,33 +380,6 @@
|
|
402
380
|
/>
|
403
381
|
</v-col>
|
404
382
|
</v-row>
|
405
|
-
<v-row no-gutters>
|
406
|
-
<v-col>
|
407
|
-
<VcsRadioGrid
|
408
|
-
v-model="state.selected"
|
409
|
-
:items="[
|
410
|
-
{ value: 'AAAAAAAA', src: 'mdi-circle-outline' },
|
411
|
-
{ value: 'B', src: 'mdi-close' },
|
412
|
-
{ value: 'C', src: 'mdi-triangle-outline' },
|
413
|
-
{ value: 'D', src: 'mdi-square-outline' },
|
414
|
-
]"
|
415
|
-
:dense="dense"
|
416
|
-
:rules="[(v) => v !== 'D' || 'Square is not allowed']"
|
417
|
-
>
|
418
|
-
<!-- if label slot is not used, src is forwarded to img src -->
|
419
|
-
<template #label="{ src, value }">
|
420
|
-
<figure>
|
421
|
-
<v-icon size="24" class="d-flex justify-center">{{
|
422
|
-
src
|
423
|
-
}}</v-icon>
|
424
|
-
<figcaption class="d-flex justify-center">
|
425
|
-
{{ value }}
|
426
|
-
</figcaption>
|
427
|
-
</figure>
|
428
|
-
</template>
|
429
|
-
</VcsRadioGrid>
|
430
|
-
</v-col>
|
431
|
-
</v-row>
|
432
383
|
</v-container>
|
433
384
|
</template>
|
434
385
|
</VcsFormSection>
|
@@ -454,13 +405,13 @@
|
|
454
405
|
<v-container class="py-0 px-1">
|
455
406
|
<v-row no-gutters>
|
456
407
|
<v-col class="w-max-half">
|
457
|
-
<VcsLabel html-for="
|
408
|
+
<VcsLabel html-for="selectInput2" disabled>
|
458
409
|
{{ $t('form-inputs-example.select') }}
|
459
410
|
</VcsLabel>
|
460
411
|
</v-col>
|
461
412
|
<v-col class="w-max-half">
|
462
413
|
<VcsSelect
|
463
|
-
id="
|
414
|
+
id="selectInput2"
|
464
415
|
:items="selectOptions"
|
465
416
|
:dense="dense"
|
466
417
|
:rules="[(v) => v !== 'D' || 'D is not allowed']"
|
@@ -472,15 +423,14 @@
|
|
472
423
|
</v-container>
|
473
424
|
</template>
|
474
425
|
</VcsFormSection>
|
475
|
-
|
476
|
-
|
477
|
-
<div class="d-flex gap-2">
|
426
|
+
<div class="d-flex gc-2 px-2 pt-2 pb-1">
|
427
|
+
<div class="d-flex gc-2">
|
478
428
|
<VcsFormButton @click="validate()"> Val </VcsFormButton>
|
479
429
|
<VcsFormButton @click="resetState()" icon="$vcsReturn">
|
480
430
|
Reset
|
481
431
|
</VcsFormButton>
|
482
432
|
</div>
|
483
|
-
<div class="d-flex
|
433
|
+
<div class="d-flex gc-2 w-full justify-end">
|
484
434
|
<VcsFormButton
|
485
435
|
variant="filled"
|
486
436
|
@click="logState(state)"
|
@@ -502,6 +452,7 @@
|
|
502
452
|
VcsRadio,
|
503
453
|
VcsFormButton,
|
504
454
|
VcsTextField,
|
455
|
+
VcsFileInput,
|
505
456
|
VcsChipArrayInput,
|
506
457
|
VcsFormattedNumber,
|
507
458
|
VcsFormSection,
|
@@ -509,9 +460,9 @@
|
|
509
460
|
VcsTextArea,
|
510
461
|
VcsDatePicker,
|
511
462
|
VcsSlider,
|
512
|
-
|
463
|
+
VcsCoordinate,
|
513
464
|
} from '@vcmap/ui';
|
514
|
-
import { VCol, VContainer, VForm, VRow, VIcon } from 'vuetify/
|
465
|
+
import { VCol, VContainer, VForm, VRow, VIcon } from 'vuetify/components';
|
515
466
|
import packageJSON from '../package.json';
|
516
467
|
import {
|
517
468
|
isValidText,
|
@@ -526,6 +477,7 @@
|
|
526
477
|
VcsFormButton,
|
527
478
|
VcsSelect,
|
528
479
|
VcsTextField,
|
480
|
+
VcsFileInput,
|
529
481
|
VcsCheckbox,
|
530
482
|
VcsRadio,
|
531
483
|
VcsFormattedNumber,
|
@@ -533,13 +485,13 @@
|
|
533
485
|
VcsLabel,
|
534
486
|
VcsTextArea,
|
535
487
|
VcsChipArrayInput,
|
488
|
+
VcsCoordinate,
|
536
489
|
VForm,
|
537
490
|
VRow,
|
538
491
|
VCol,
|
539
492
|
VContainer,
|
540
493
|
VcsDatePicker,
|
541
494
|
VcsSlider,
|
542
|
-
VcsRadioGrid,
|
543
495
|
VIcon,
|
544
496
|
},
|
545
497
|
props: {
|
@@ -548,7 +500,7 @@
|
|
548
500
|
required: true,
|
549
501
|
},
|
550
502
|
dense: {
|
551
|
-
type:
|
503
|
+
type: Boolean,
|
552
504
|
required: true,
|
553
505
|
},
|
554
506
|
},
|
@@ -564,6 +516,7 @@
|
|
564
516
|
return {
|
565
517
|
// no object-destruction of reactive objects! or use toRef()
|
566
518
|
state: plugin.state,
|
519
|
+
array: ref([1, 2, 3]),
|
567
520
|
// do not put the whole config here, since it would become reactive
|
568
521
|
selectOptions: plugin.config.selectOptions,
|
569
522
|
form,
|
@@ -81,7 +81,7 @@ export default function formInputsExample(config) {
|
|
81
81
|
/**
|
82
82
|
* @type {FormInputsExampleState}
|
83
83
|
*/
|
84
|
-
const
|
84
|
+
const defaultState = {
|
85
85
|
selected: pluginConfig.selectOptions.value[0],
|
86
86
|
selectedMultiple: [],
|
87
87
|
arrayInput: [1, 2, 3],
|
@@ -93,11 +93,11 @@ export default function formInputsExample(config) {
|
|
93
93
|
email: '',
|
94
94
|
prependedInput: '',
|
95
95
|
files: [],
|
96
|
-
dateInput:
|
96
|
+
dateInput: undefined,
|
97
97
|
};
|
98
98
|
|
99
99
|
/** @type {FormInputsExampleState} */
|
100
|
-
const
|
100
|
+
const pluginState = reactive(structuredClone(defaultState));
|
101
101
|
|
102
102
|
/**
|
103
103
|
* watcher to update state, when specific config properties are changed
|
@@ -173,9 +173,8 @@ export default function formInputsExample(config) {
|
|
173
173
|
return packageJSON.mapVersion;
|
174
174
|
},
|
175
175
|
config: pluginConfig,
|
176
|
-
state:
|
177
|
-
resetState: () =>
|
178
|
-
Object.assign(pluginState, JSON.parse(JSON.stringify(defaultState))),
|
176
|
+
state: pluginState,
|
177
|
+
resetState: () => Object.assign(pluginState, structuredClone(defaultState)),
|
179
178
|
getSerializedState,
|
180
179
|
setSerializedState,
|
181
180
|
onVcsAppMounted(app) {
|
@@ -198,10 +197,10 @@ export default function formInputsExample(config) {
|
|
198
197
|
headerActionsOverflow: 2,
|
199
198
|
infoUrl: 'https://vc.systems',
|
200
199
|
},
|
201
|
-
props: {
|
200
|
+
props: reactive({
|
202
201
|
actions,
|
203
202
|
dense,
|
204
|
-
},
|
203
|
+
}),
|
205
204
|
},
|
206
205
|
app.windowManager,
|
207
206
|
packageJSON.name,
|
@@ -34,7 +34,7 @@
|
|
34
34
|
<script>
|
35
35
|
import { inject } from 'vue';
|
36
36
|
import { VcsButton, getPluginAssetUrl } from '@vcmap/ui';
|
37
|
-
import { VSheet, VCard, VContainer, VRow, VImg } from 'vuetify/
|
37
|
+
import { VSheet, VCard, VContainer, VRow, VImg } from 'vuetify/components';
|
38
38
|
import { name } from '../package.json';
|
39
39
|
|
40
40
|
export const windowId = 'hello_world_window_id';
|
@@ -39,6 +39,24 @@
|
|
39
39
|
/>
|
40
40
|
</v-col>
|
41
41
|
</v-row>
|
42
|
+
<v-row no-gutters>
|
43
|
+
<v-col>
|
44
|
+
<v-switch
|
45
|
+
dense
|
46
|
+
v-model="prependIndex"
|
47
|
+
label="Prepend Index"
|
48
|
+
class="ma-0"
|
49
|
+
/>
|
50
|
+
</v-col>
|
51
|
+
<v-col>
|
52
|
+
<v-switch
|
53
|
+
dense
|
54
|
+
v-model="appendIndex"
|
55
|
+
label="Append Index"
|
56
|
+
class="ma-0"
|
57
|
+
/>
|
58
|
+
</v-col>
|
59
|
+
</v-row>
|
42
60
|
</v-container>
|
43
61
|
</VcsFormSection>
|
44
62
|
<VcsFormSection heading="Title">
|
@@ -84,8 +102,8 @@
|
|
84
102
|
<v-container class="py-1 px-1">
|
85
103
|
<v-row no-gutters>
|
86
104
|
<v-dialog v-model="dialog" width="400">
|
87
|
-
<template #activator="{
|
88
|
-
<vcs-form-button v-
|
105
|
+
<template #activator="{ props }">
|
106
|
+
<vcs-form-button v-bind="props"> Add An item </vcs-form-button>
|
89
107
|
</template>
|
90
108
|
<v-card class="pa-2">
|
91
109
|
<v-form @submit.prevent="add">
|
@@ -190,7 +208,14 @@
|
|
190
208
|
v-model="selected"
|
191
209
|
@item-moved="move"
|
192
210
|
@item-renamed="({ item, newTitle }) => (item.title = newTitle)"
|
193
|
-
|
211
|
+
>
|
212
|
+
<template #[`item.prepend-title`]="{ index }" v-if="prependIndex">
|
213
|
+
{{ index }}
|
214
|
+
</template>
|
215
|
+
<template #[`item.append-title`]="{ index }" v-if="appendIndex">
|
216
|
+
{{ index }}
|
217
|
+
</template>
|
218
|
+
</vcs-list>
|
194
219
|
</v-sheet>
|
195
220
|
</template>
|
196
221
|
|
@@ -212,7 +237,7 @@
|
|
212
237
|
VContainer,
|
213
238
|
VRow,
|
214
239
|
VCol,
|
215
|
-
} from 'vuetify/
|
240
|
+
} from 'vuetify/components';
|
216
241
|
import { computed, ref } from 'vue';
|
217
242
|
|
218
243
|
function getRandomIcon() {
|
@@ -272,6 +297,8 @@
|
|
272
297
|
const searchable = ref(true);
|
273
298
|
const selectSingle = ref(false);
|
274
299
|
const showSelection = ref(false);
|
300
|
+
const prependIndex = ref(false);
|
301
|
+
const appendIndex = ref(false);
|
275
302
|
const showTitle = ref(true);
|
276
303
|
const title = ref('Title');
|
277
304
|
const titleActionsArray = ref([]);
|
@@ -298,6 +325,8 @@
|
|
298
325
|
selectSingle,
|
299
326
|
selected,
|
300
327
|
showSelection,
|
328
|
+
prependIndex,
|
329
|
+
appendIndex,
|
301
330
|
showTitle,
|
302
331
|
title,
|
303
332
|
titleActionsArray,
|