@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
@@ -8,61 +8,70 @@
|
|
8
8
|
<v-treeview
|
9
9
|
class="vcs-treeview"
|
10
10
|
v-bind="{ ...$props, ...$attrs }"
|
11
|
-
|
12
|
-
|
13
|
-
item-key="name"
|
11
|
+
item-value="name"
|
12
|
+
:item-props="true"
|
14
13
|
:search="search"
|
15
|
-
:filter="handleFilter"
|
14
|
+
:custom-filter="handleFilter"
|
15
|
+
:selectable="false"
|
16
|
+
:activatable="false"
|
16
17
|
>
|
17
|
-
<template #
|
18
|
+
<template #item="{ props: item }">
|
18
19
|
<VcsTreeviewLeaf
|
20
|
+
@click.stop="item.clicked && !item.disabled && item.clicked($event)"
|
19
21
|
:item="item"
|
20
|
-
:class="[item.clickable ? 'cursor-pointer' : '']"
|
21
|
-
@click.native="
|
22
|
-
item.clickable && !item.disabled && item.clicked($event)
|
23
|
-
"
|
24
22
|
/>
|
25
23
|
</template>
|
24
|
+
<template #title="{ item }">
|
25
|
+
{{ $st(item.title || item.name) }}
|
26
|
+
</template>
|
26
27
|
</v-treeview>
|
27
28
|
</div>
|
28
29
|
</template>
|
29
30
|
<style lang="scss" scoped>
|
30
|
-
.vcs-treeview {
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
}
|
53
|
-
// Toggle Item Chevron with should be 16px
|
54
|
-
.v-treeview-node__toggle {
|
55
|
-
width: 16px;
|
31
|
+
:deep(.vcs-treeview) {
|
32
|
+
// Root Level Entries should be 40px high
|
33
|
+
> .v-list-item,
|
34
|
+
> .v-list-group > .v-list-item {
|
35
|
+
min-height: calc(var(--v-vcs-item-height) + 8px) !important;
|
36
|
+
}
|
37
|
+
// Border around root nodes with children included
|
38
|
+
> .v-list-item:not(:last-child),
|
39
|
+
> .v-list-group:not(:last-child) {
|
40
|
+
border-bottom: 1px solid rgb(var(--v-theme-base-lighten-2));
|
41
|
+
}
|
42
|
+
// Only Group Entries have a bold font
|
43
|
+
> .v-list-group
|
44
|
+
> .v-list-item
|
45
|
+
> .v-list-item__content
|
46
|
+
> .v-list-item-title {
|
47
|
+
font-weight: 700 !important;
|
48
|
+
}
|
49
|
+
// remove ripple effect from expand icon
|
50
|
+
.v-icon.v-icon {
|
51
|
+
&::after {
|
52
|
+
background-color: transparent;
|
56
53
|
}
|
57
54
|
}
|
55
|
+
// Toggle Item Chevron with should be 16px
|
56
|
+
.v-treeview-node__toggle {
|
57
|
+
width: 16px;
|
58
|
+
}
|
59
|
+
}
|
60
|
+
// hide active class
|
61
|
+
:deep(.v-list-item__overlay) {
|
62
|
+
display: none;
|
63
|
+
}
|
64
|
+
|
65
|
+
.d-contents {
|
66
|
+
display: contents;
|
58
67
|
}
|
59
68
|
</style>
|
60
69
|
|
61
70
|
<script>
|
62
71
|
import { getCurrentInstance, ref } from 'vue';
|
63
|
-
import { VTreeview } from 'vuetify/
|
64
|
-
import VcsTreeviewLeaf from './VcsTreeviewLeaf.vue';
|
72
|
+
import { VTreeview } from 'vuetify/labs/VTreeview';
|
65
73
|
import VcsTreeviewSearchbar from './VcsTreeviewSearchbar.vue';
|
74
|
+
import VcsTreeviewLeaf from './VcsTreeviewLeaf.vue';
|
66
75
|
|
67
76
|
/**
|
68
77
|
* @description extends API of https://vuetifyjs.com/en/api/v-treeview/
|
@@ -74,8 +83,8 @@
|
|
74
83
|
export default {
|
75
84
|
name: 'VcsTreeview',
|
76
85
|
components: {
|
77
|
-
VcsTreeviewSearchbar,
|
78
86
|
VcsTreeviewLeaf,
|
87
|
+
VcsTreeviewSearchbar,
|
79
88
|
VTreeview,
|
80
89
|
},
|
81
90
|
props: {
|
@@ -94,15 +103,19 @@
|
|
94
103
|
|
95
104
|
const vm = getCurrentInstance().proxy;
|
96
105
|
/**
|
97
|
-
* @param {
|
106
|
+
* @param {string} value
|
98
107
|
* @param {string} q
|
99
|
-
* @
|
108
|
+
* @param {Object} item
|
109
|
+
* @returns {number}
|
100
110
|
*/
|
101
|
-
const handleFilter = (
|
102
|
-
|
111
|
+
const handleFilter = (value, q, item) => {
|
112
|
+
if (value == null || q == null) {
|
113
|
+
return -1;
|
114
|
+
}
|
115
|
+
const translatedTitle = item.title ? vm.$st(item.title) : item.value;
|
103
116
|
return translatedTitle
|
104
117
|
.toLocaleLowerCase()
|
105
|
-
.
|
118
|
+
.indexOf(q.toLocaleLowerCase());
|
106
119
|
};
|
107
120
|
|
108
121
|
return {
|
@@ -9,10 +9,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
9
9
|
};
|
10
10
|
}, {
|
11
11
|
search: import("vue").Ref<string>;
|
12
|
-
handleFilter: (
|
13
|
-
|
14
|
-
}, q?: string) => boolean;
|
15
|
-
}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
12
|
+
handleFilter: (value: string, q: string, item: Object) => number;
|
13
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
16
14
|
showSearchbar: {
|
17
15
|
type: BooleanConstructor;
|
18
16
|
default: boolean;
|
@@ -24,5 +22,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
24
22
|
}>>, {
|
25
23
|
showSearchbar: boolean;
|
26
24
|
searchbarPlaceholder: string;
|
27
|
-
}>;
|
25
|
+
}, {}>;
|
28
26
|
export default _default;
|
@@ -1,82 +1,83 @@
|
|
1
|
-
<
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
<v-icon v-if="isStringIcon" :size="16" class="mr-1">
|
6
|
-
{{ item.icon }}
|
7
|
-
</v-icon>
|
8
|
-
<ImageElementInjector :element="item.icon" v-else />
|
9
|
-
</span>
|
10
|
-
<VcsTooltip :tooltip="tooltip">
|
11
|
-
<template #activator="{ on, attrs }">
|
12
|
-
<span
|
13
|
-
v-bind="attrs"
|
14
|
-
v-on="on"
|
15
|
-
class="d-inline-block text-truncate"
|
16
|
-
ref="titleElem"
|
17
|
-
>{{ $t(item.title || item.name) }}</span
|
18
|
-
>
|
19
|
-
</template>
|
20
|
-
</VcsTooltip>
|
21
|
-
</div>
|
22
|
-
|
23
|
-
<VcsActionButtonList
|
24
|
-
v-if="item.actions.length > 0"
|
25
|
-
:actions="item.actions"
|
26
|
-
:block-overflow="true"
|
27
|
-
:overflow-count="3"
|
28
|
-
:disabled="item.disabled"
|
29
|
-
right
|
30
|
-
class="col-4 pa-0 d-flex align-center"
|
31
|
-
/>
|
32
|
-
</div>
|
33
|
-
</template>
|
34
|
-
|
35
|
-
<script>
|
36
|
-
import { computed, ref } from 'vue';
|
37
|
-
import { VIcon } from 'vuetify/lib';
|
1
|
+
<script setup>
|
2
|
+
import { computed, onUnmounted, ref, watch } from 'vue';
|
3
|
+
import { VIcon, VTooltip } from 'vuetify/components';
|
4
|
+
import { VTreeviewItem } from 'vuetify/labs/VTreeview';
|
38
5
|
import VcsActionButtonList from '../buttons/VcsActionButtonList.vue';
|
39
6
|
import ImageElementInjector from '../ImageElementInjector.vue';
|
40
|
-
import VcsTooltip from '../notification/VcsTooltip.vue';
|
41
7
|
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
* @vue-computed {boolean} leaf - Whether the item is a leaf item or not
|
47
|
-
*/
|
48
|
-
export default {
|
49
|
-
components: {
|
50
|
-
VcsTooltip,
|
51
|
-
VcsActionButtonList,
|
52
|
-
VIcon,
|
53
|
-
ImageElementInjector,
|
8
|
+
const props = defineProps({
|
9
|
+
item: {
|
10
|
+
type: Object,
|
11
|
+
default: undefined,
|
54
12
|
},
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
const leaf = computed(() => props.item?.children?.length === 0);
|
63
|
-
const titleElem = ref(null);
|
13
|
+
});
|
14
|
+
|
15
|
+
const isStringIcon = computed(() => typeof props.item?.icon === 'string');
|
16
|
+
const parentElement = ref();
|
17
|
+
const titleElem = ref();
|
18
|
+
const offsetWidth = ref(0);
|
19
|
+
const scrollWidth = ref(0);
|
64
20
|
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
};
|
21
|
+
const observer = new ResizeObserver(() => {
|
22
|
+
offsetWidth.value = titleElem.value.offsetWidth;
|
23
|
+
scrollWidth.value = titleElem.value.scrollWidth;
|
24
|
+
});
|
25
|
+
|
26
|
+
watch(
|
27
|
+
parentElement,
|
28
|
+
(newValue, oldValue) => {
|
29
|
+
if (oldValue) {
|
30
|
+
observer.unobserve(oldValue.$el);
|
31
|
+
}
|
32
|
+
if (newValue) {
|
33
|
+
observer.observe(newValue.$el);
|
34
|
+
}
|
80
35
|
},
|
81
|
-
|
36
|
+
{ immediate: true },
|
37
|
+
);
|
38
|
+
|
39
|
+
const tooltip = computed(() => {
|
40
|
+
// tooltipIteration.value -= 1;
|
41
|
+
if (props.item?.tooltip) {
|
42
|
+
return props.item.tooltip;
|
43
|
+
}
|
44
|
+
if (offsetWidth.value < scrollWidth.value) {
|
45
|
+
return props.item?.title ?? '';
|
46
|
+
}
|
47
|
+
return '';
|
48
|
+
});
|
49
|
+
|
50
|
+
onUnmounted(() => {
|
51
|
+
observer.disconnect();
|
52
|
+
});
|
82
53
|
</script>
|
54
|
+
|
55
|
+
<template>
|
56
|
+
<v-treeview-item v-if="item" ref="parentElement">
|
57
|
+
<template #prepend v-if="item.icon">
|
58
|
+
<v-icon v-if="isStringIcon" :size="16" class="mr-1">
|
59
|
+
{{ item.icon }}
|
60
|
+
</v-icon>
|
61
|
+
<ImageElementInjector :element="item.icon" v-else />
|
62
|
+
</template>
|
63
|
+
<div class="text-truncate" ref="titleElem">
|
64
|
+
{{ $st(item.title || item.name) }}
|
65
|
+
</div>
|
66
|
+
<v-tooltip
|
67
|
+
activator="parent"
|
68
|
+
:text="tooltip"
|
69
|
+
v-if="tooltip"
|
70
|
+
location="bottom"
|
71
|
+
/>
|
72
|
+
<template #append>
|
73
|
+
<VcsActionButtonList
|
74
|
+
v-if="item.actions?.length > 0"
|
75
|
+
:actions="item.actions"
|
76
|
+
:overflow-count="3"
|
77
|
+
:disabled="item.disabled"
|
78
|
+
right
|
79
|
+
class="col-4 pa-0 d-flex align-center"
|
80
|
+
/>
|
81
|
+
</template>
|
82
|
+
</v-treeview-item>
|
83
|
+
</template>
|
@@ -1,19 +1,7 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
2
|
-
item
|
3
|
-
|
4
|
-
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
2
|
+
item?: Record<string, any> | undefined;
|
3
|
+
$props: {
|
4
|
+
readonly item?: Record<string, any> | undefined;
|
5
5
|
};
|
6
|
-
}, {
|
7
|
-
isStringIcon: import("vue").ComputedRef<boolean>;
|
8
|
-
leaf: import("vue").ComputedRef<boolean>;
|
9
|
-
titleElem: import("vue").Ref<null>;
|
10
|
-
tooltip: import("vue").ComputedRef<any>;
|
11
|
-
}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
12
|
-
item: {
|
13
|
-
type: ObjectConstructor;
|
14
|
-
default: undefined;
|
15
|
-
};
|
16
|
-
}>>, {
|
17
|
-
item: Record<string, any>;
|
18
|
-
}>;
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
19
7
|
export default _default;
|
@@ -1,20 +1,16 @@
|
|
1
1
|
<template>
|
2
2
|
<div
|
3
|
-
class="pa-2 base
|
3
|
+
class="pa-2 bg-base-lighten-3 position-relative d-flex flex-row justify-space-between align-center rounded-0"
|
4
4
|
>
|
5
5
|
<slot name="prepend">
|
6
6
|
<v-icon class="search-icon my-0 ml-1" size="12"> $vcsSearch </v-icon>
|
7
7
|
</slot>
|
8
8
|
|
9
|
-
<slot v-bind="{ ...$props,
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
class="searchbar outlined rounded-xl align-center d-flex justify-center base lighten-4 pa-1 pl-6"
|
15
|
-
:placeholder="$t(placeholder)"
|
16
|
-
:value="value"
|
17
|
-
v-on="$listeners"
|
9
|
+
<slot v-bind="{ ...$props, attrs: $attrs }">
|
10
|
+
<VcsTextField
|
11
|
+
class="searchbar outlined rounded-xl align-center justify-center base-lighten-4 pa-1 pl-6"
|
12
|
+
:placeholder="$st(placeholder)"
|
13
|
+
v-bind="$attrs"
|
18
14
|
clearable
|
19
15
|
/>
|
20
16
|
</slot>
|
@@ -26,10 +22,6 @@
|
|
26
22
|
</template>
|
27
23
|
|
28
24
|
<style lang="scss" scoped>
|
29
|
-
.input-container {
|
30
|
-
position: relative;
|
31
|
-
}
|
32
|
-
|
33
25
|
.search-icon {
|
34
26
|
position: absolute;
|
35
27
|
top: 50%;
|
@@ -37,83 +29,55 @@
|
|
37
29
|
left: 12px;
|
38
30
|
}
|
39
31
|
|
40
|
-
|
41
|
-
|
32
|
+
// set rounded outline
|
33
|
+
:deep(.v-input.outlined) {
|
42
34
|
outline-style: none;
|
43
35
|
font-size: 12px;
|
44
|
-
box-shadow: 0 0 0 1px var(--v-base-
|
36
|
+
box-shadow: 0 0 0 1px rgb(var(--v-theme-base-lighten-2));
|
45
37
|
|
46
|
-
&:
|
47
|
-
box-shadow: 0 0 0 1px var(--v-primary
|
38
|
+
&:has(.v-field--focused) {
|
39
|
+
box-shadow: 0 0 0 1px rgb(var(--v-theme-primary)) !important;
|
48
40
|
}
|
49
41
|
}
|
50
42
|
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
.v-icon {
|
63
|
-
width: 20px;
|
64
|
-
height: 20px;
|
65
|
-
font-size: 16px;
|
66
|
-
}
|
67
|
-
}
|
68
|
-
|
69
|
-
.v-text-field.v-text-field--solo.v-input--dense > .v-input__control {
|
70
|
-
min-height: unset;
|
71
|
-
}
|
72
|
-
|
73
|
-
.v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)
|
74
|
-
> .v-input__control
|
75
|
-
> .v-input__slot,
|
76
|
-
.v-text-field.v-text-field--enclosed .v-text-field__details {
|
77
|
-
padding: 0 8px;
|
78
|
-
}
|
79
|
-
|
80
|
-
.v-input.outlined {
|
81
|
-
outline-style: none;
|
82
|
-
font-size: 12px;
|
83
|
-
box-shadow: 0 0 0 1px var(--v-base-lighten2);
|
43
|
+
// override item height
|
44
|
+
:deep(
|
45
|
+
.v-input--density-compact
|
46
|
+
> .v-input__control
|
47
|
+
> .v-field
|
48
|
+
> .v-field__field
|
49
|
+
> .v-field__input
|
50
|
+
) {
|
51
|
+
--v-input-control-height: calc(var(--v-vcs-item-height) - 20px) !important;
|
52
|
+
min-height: var(--v-input-control-height);
|
53
|
+
}
|
84
54
|
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
}
|
55
|
+
// override background color of VcsTextField
|
56
|
+
:deep(.v-input) {
|
57
|
+
background: rgb(var(--v-theme-base-lighten-4));
|
58
|
+
}
|
90
59
|
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
).v-text-field__suffix,
|
97
|
-
.v-text-field.v-input--dense:not(.v-text-field--outlined) input {
|
98
|
-
padding: 0;
|
99
|
-
}
|
60
|
+
// remove outline of VcsTextField
|
61
|
+
:deep(.v-field *) {
|
62
|
+
border-width: 0;
|
63
|
+
border-bottom: 0;
|
64
|
+
}
|
100
65
|
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
}
|
66
|
+
// override primary--placeholder of VcsTextField
|
67
|
+
:deep(input::placeholder) {
|
68
|
+
color: rgb(var(--v-theme-base-lighten-1)) !important;
|
69
|
+
font-style: initial !important;
|
70
|
+
opacity: 0.75 !important;
|
107
71
|
}
|
108
72
|
</style>
|
109
73
|
|
110
74
|
<script>
|
111
|
-
import { VIcon
|
75
|
+
import { VIcon } from 'vuetify/components';
|
76
|
+
import VcsTextField from '../form-inputs-controls/VcsTextField.vue';
|
112
77
|
|
113
78
|
/**
|
114
79
|
* @description stylized searchbar used in VcsTreeview, VcsDataTable and VcsList
|
115
80
|
* @vue-prop {string} [placeholder='search.title'] - Placeholder will be displayed in the search field, and will be translated.
|
116
|
-
* @vue-prop {string[]} [customClasses] - CSS classes to customize style
|
117
81
|
* @vue-prop {string} [value] - The search value
|
118
82
|
* @vue-prop {boolean} [hasFilter=false] - Appends a filter icon
|
119
83
|
* @vue-data {slot} [prepend] - prepend slot overwriting search icon
|
@@ -124,21 +88,13 @@
|
|
124
88
|
name: 'VcsTreeviewSearchbar',
|
125
89
|
components: {
|
126
90
|
VIcon,
|
127
|
-
|
91
|
+
VcsTextField,
|
128
92
|
},
|
129
93
|
props: {
|
130
94
|
placeholder: {
|
131
95
|
type: String,
|
132
96
|
default: 'search.title',
|
133
97
|
},
|
134
|
-
customClasses: {
|
135
|
-
type: Array,
|
136
|
-
default: () => [],
|
137
|
-
},
|
138
|
-
value: {
|
139
|
-
type: String,
|
140
|
-
default: '',
|
141
|
-
},
|
142
98
|
hasFilter: {
|
143
99
|
type: Boolean,
|
144
100
|
default: false,
|
@@ -3,39 +3,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
type: StringConstructor;
|
4
4
|
default: string;
|
5
5
|
};
|
6
|
-
customClasses: {
|
7
|
-
type: ArrayConstructor;
|
8
|
-
default: () => never[];
|
9
|
-
};
|
10
|
-
value: {
|
11
|
-
type: StringConstructor;
|
12
|
-
default: string;
|
13
|
-
};
|
14
6
|
hasFilter: {
|
15
7
|
type: BooleanConstructor;
|
16
8
|
default: boolean;
|
17
9
|
};
|
18
|
-
},
|
10
|
+
}, any, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
19
11
|
placeholder: {
|
20
12
|
type: StringConstructor;
|
21
13
|
default: string;
|
22
14
|
};
|
23
|
-
customClasses: {
|
24
|
-
type: ArrayConstructor;
|
25
|
-
default: () => never[];
|
26
|
-
};
|
27
|
-
value: {
|
28
|
-
type: StringConstructor;
|
29
|
-
default: string;
|
30
|
-
};
|
31
15
|
hasFilter: {
|
32
16
|
type: BooleanConstructor;
|
33
17
|
default: boolean;
|
34
18
|
};
|
35
19
|
}>>, {
|
36
|
-
value: string;
|
37
|
-
customClasses: unknown[];
|
38
20
|
placeholder: string;
|
39
21
|
hasFilter: boolean;
|
40
|
-
}>;
|
22
|
+
}, {}>;
|
41
23
|
export default _default;
|
@@ -0,0 +1,25 @@
|
|
1
|
+
/**
|
2
|
+
* Can only be used in setup of Vue components!
|
3
|
+
* Provides a computed model for atomic properties.
|
4
|
+
* getter returns the internal value
|
5
|
+
* setter updates internal value and emits the update event
|
6
|
+
* simplified based on https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/proxiedModel.ts
|
7
|
+
* @param {Object} props
|
8
|
+
* @param {string} prop
|
9
|
+
* @param {(event: string, value: T) => void} emit
|
10
|
+
* @returns {import("vue").Ref<import("vue").UnwrapRef<T>>}
|
11
|
+
* @template T
|
12
|
+
*/
|
13
|
+
export function useProxiedAtomicModel<T>(props: Object, prop: string, emit: (event: string, value: T) => void): import("vue").Ref<import("vue").UnwrapRef<T>>;
|
14
|
+
/**
|
15
|
+
* Can only be used in setup of Vue components!
|
16
|
+
* Provides a ref model for complex properties.
|
17
|
+
* Watches changes on the provided prop and updates the internal ref
|
18
|
+
* Watches changes on the internal ref and emits the change, if prop has not already been updated
|
19
|
+
* @param {Object} props
|
20
|
+
* @param {string} prop
|
21
|
+
* @param {(event: string, value: T) => void} emit
|
22
|
+
* @returns {import("vue").Ref<import("vue").UnwrapRef<T>>}
|
23
|
+
* @template T
|
24
|
+
*/
|
25
|
+
export function useProxiedComplexModel<T>(props: Object, prop: string, emit: (event: string, value: T) => void): import("vue").Ref<import("vue").UnwrapRef<T>>;
|
@@ -0,0 +1,88 @@
|
|
1
|
+
import { computed, ref, toRaw, watch } from 'vue';
|
2
|
+
import deepEqual from 'fast-deep-equal';
|
3
|
+
|
4
|
+
/**
|
5
|
+
* Can only be used in setup of Vue components!
|
6
|
+
* Provides a computed model for atomic properties.
|
7
|
+
* getter returns the internal value
|
8
|
+
* setter updates internal value and emits the update event
|
9
|
+
* simplified based on https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/proxiedModel.ts
|
10
|
+
* @param {Object} props
|
11
|
+
* @param {string} prop
|
12
|
+
* @param {(event: string, value: T) => void} emit
|
13
|
+
* @returns {import("vue").Ref<import("vue").UnwrapRef<T>>}
|
14
|
+
* @template T
|
15
|
+
*/
|
16
|
+
export function useProxiedAtomicModel(props, prop, emit) {
|
17
|
+
const internal = ref(props[prop]);
|
18
|
+
|
19
|
+
// Watch for changes in prop (reassignment) and update internal
|
20
|
+
watch(
|
21
|
+
() => props[prop],
|
22
|
+
(newValue) => {
|
23
|
+
internal.value = newValue;
|
24
|
+
},
|
25
|
+
);
|
26
|
+
|
27
|
+
return computed({
|
28
|
+
get() {
|
29
|
+
return internal.value;
|
30
|
+
},
|
31
|
+
set(newValue) {
|
32
|
+
if (internal.value !== newValue) {
|
33
|
+
internal.value = newValue;
|
34
|
+
emit(`update:${prop}`, newValue);
|
35
|
+
}
|
36
|
+
},
|
37
|
+
});
|
38
|
+
}
|
39
|
+
|
40
|
+
/**
|
41
|
+
* Can only be used in setup of Vue components!
|
42
|
+
* Provides a ref model for complex properties.
|
43
|
+
* Watches changes on the provided prop and updates the internal ref
|
44
|
+
* Watches changes on the internal ref and emits the change, if prop has not already been updated
|
45
|
+
* @param {Object} props
|
46
|
+
* @param {string} prop
|
47
|
+
* @param {(event: string, value: T) => void} emit
|
48
|
+
* @returns {import("vue").Ref<import("vue").UnwrapRef<T>>}
|
49
|
+
* @template T
|
50
|
+
*/
|
51
|
+
export function useProxiedComplexModel(props, prop, emit) {
|
52
|
+
const internal = ref(structuredClone(toRaw(props[prop])));
|
53
|
+
|
54
|
+
// Watch for changes in prop (reassignment) and update internal
|
55
|
+
watch(
|
56
|
+
() => props[prop],
|
57
|
+
(internalValue) => {
|
58
|
+
const newValue = toRaw(internalValue);
|
59
|
+
if (deepEqual(internal.value, newValue)) {
|
60
|
+
return;
|
61
|
+
}
|
62
|
+
internal.value = structuredClone(newValue);
|
63
|
+
},
|
64
|
+
{
|
65
|
+
deep: true,
|
66
|
+
immediate: true,
|
67
|
+
},
|
68
|
+
);
|
69
|
+
|
70
|
+
// Watch for changes in internal (key updates and reassign) and emit to update prop
|
71
|
+
// if prop is already equal internal, do not emit
|
72
|
+
watch(
|
73
|
+
internal,
|
74
|
+
(internalValue) => {
|
75
|
+
const newValue = toRaw(internalValue);
|
76
|
+
const value = toRaw(props[prop]);
|
77
|
+
if (deepEqual(value, newValue)) {
|
78
|
+
return;
|
79
|
+
}
|
80
|
+
emit(`update:${prop}`, structuredClone(newValue));
|
81
|
+
},
|
82
|
+
{
|
83
|
+
deep: true,
|
84
|
+
},
|
85
|
+
);
|
86
|
+
|
87
|
+
return internal;
|
88
|
+
}
|